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 0f6f0e4 Bump version on GROOVY_2_4_X branch
0f6f0e4 is described below
commit 0f6f0e495e7f68739d2cee8c4e45dab07b354251
Author: Paul King <[email protected]>
AuthorDate: Tue Jan 14 13:59:03 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 535dfd8..d694a82 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.18-SNAPSHOT
+groovyVersion = 2.4.19-SNAPSHOT
# bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3
only digits)
-groovyBundleVersion = 2.4.18.SNAPSHOT
+groovyBundleVersion = 2.4.19.SNAPSHOT
gradle_version=2.14.1