From bd72540b252cb8aaac9591f7ee6b28f11aaa71c8 Mon Sep 17 00:00:00 2001 From: "R. C. Howell" Date: Thu, 1 Dec 2022 10:45:07 -0800 Subject: [PATCH] Prepares 0.6.1 release (#143) --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4956511..4ff7e52 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/gradle.properties b/gradle.properties index 6113a77..5efc8df 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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