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/22 13:23:12 UTC

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

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

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


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

commit 2a41ff061e6ea06a30f8c70d9f9c19fe5c67592c
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed Jul 22 22:41:40 2020 +1000

    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 3ab42bf..95afede 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.5-SNAPSHOT
+groovyVersion = 3.0.6-SNAPSHOT
 # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits)
-groovyBundleVersion = 3.0.5.SNAPSHOT
+groovyBundleVersion = 3.0.6.SNAPSHOT
 
 gradle_version=6.5.1