From 61fbb3ca70beb47c0cc483186c07ee54531be438 Mon Sep 17 00:00:00 2001 From: Paul King Date: Sun, 30 Jun 2024 16:57:59 +1000 Subject: [PATCH] Bump version on GROOVY_3_0_X branch --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index d0094b7cc00..cc508515433 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,9 +13,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -groovyVersion = 3.0.22-SNAPSHOT +groovyVersion = 3.0.23-SNAPSHOT # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits) -groovyBundleVersion = 3.0.22.SNAPSHOT +groovyBundleVersion = 3.0.23.SNAPSHOT binaryCompatibilityBaseline = 3.0.5 gradle_version=6.9.4