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 2019/09/18 00:00:45 UTC

[groovy] 01/02: master is now 4.0.x

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

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

commit ecfeaecf4f8db9043f94292dfb1395105791902f
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed Sep 18 09:58:07 2019 +1000

    master is now 4.0.x
---
 gradle.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index b1aa598..62d9a06 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.0-SNAPSHOT
+groovyVersion = 4.0.0-SNAPSHOT
 # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits)
-groovyBundleVersion = 3.0.0.SNAPSHOT
+groovyBundleVersion = 4.0.0.SNAPSHOT
 
 gradle_version=5.6.2