From 4293e3adb6c29c5863c013fba8d26c454d93d355 Mon Sep 17 00:00:00 2001 From: wasdevb1 Date: Tue, 15 Oct 2024 02:06:14 +0000 Subject: [PATCH] prepare for next development iteration --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index cb3bc75b..cc5e19e3 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ apply plugin: "com.gradle.plugin-publish" apply plugin: 'base' group = 'io.openliberty.tools' -version = '3.9.1' +version = '3.9.2-SNAPSHOT' base { archivesName='liberty-gradle-plugin' }