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 2020/07/21 23:56:45 UTC

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

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

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


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

commit c026b832cd905c7053d263ecf04d471663f430b4
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed Jul 22 09:56:38 2020 +1000

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

diff --git a/gradle.properties b/gradle.properties
index 4461110..3bd47cb 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 = 2.4.20-SNAPSHOT
+groovyVersion = 2.4.21-SNAPSHOT
 # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits)
-groovyBundleVersion = 2.4.20.SNAPSHOT
+groovyBundleVersion = 2.4.21.SNAPSHOT
 
 gradle_version=2.14.1