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 2022/01/28 11:59:00 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 657e23d  Bump version on GROOVY_4_0_X branch
657e23d is described below

commit 657e23d7ee8c526e417c1e7fd7235b83703f8f93
Author: Paul King <pa...@asert.com.au>
AuthorDate: Fri Jan 28 21:58:54 2022 +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 6530687..ec1586f 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.0-SNAPSHOT
+groovyVersion=4.0.1-SNAPSHOT
 # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits)
-groovyBundleVersion=4.0.0.SNAPSHOT
+groovyBundleVersion=4.0.1.SNAPSHOT
 
 groovyTargetBytecodeVersion=1.8
 targetJavaVersion=8