You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2023/01/22 06:03:02 UTC

[groovy] branch GROOVY_4_0_X updated: Bump version on GROOVY_4_0_X branch

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch GROOVY_4_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/GROOVY_4_0_X by this push:
     new 12827bb1cd Bump version on GROOVY_4_0_X branch
12827bb1cd is described below

commit 12827bb1cde83b2c3a6d7473cabb0353560f03bf
Author: Paul King <pa...@asert.com.au>
AuthorDate: Sun Jan 22 16:02:51 2023 +1000

    Bump version on GROOVY_4_0_X branch
---
 gradle.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index 6e88a2608d..a40def4e53 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=4.0.8-SNAPSHOT
+groovyVersion=4.0.9-SNAPSHOT
 # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits)
-groovyBundleVersion=4.0.8.SNAPSHOT
+groovyBundleVersion=4.0.9.SNAPSHOT
 
 groovyTargetBytecodeVersion=1.8
 targetJavaVersion=8