Skip to content

Commit

Permalink
Prepares 0.6.1 release (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
RCHowell authored Dec 1, 2022
1 parent 8ccc052 commit bd72540
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ To obtain the `pig` executable:

- Clone this repository.
- Check out the tag of the [release](https://github.com/partiql/partiql-ir-generator/releases) you wish to utilize,
e.g. `git checkout v0.6.0`
e.g. `git checkout v0.6.1`
- Execute `./gradlew assemble`

After the build completes, the `pig` executable and dependencies will be located
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=org.partiql
version=0.6.1-SNAPSHOT
version=0.6.1
# Required for the maven publish plugin--these properties must be present even if they contain placeholder values.
ossrhUsername=EMPTY
ossrhPassword=EMPTY

0 comments on commit bd72540

Please sign in to comment.