This is an automated email from the ASF dual-hosted git repository.
sunlan pushed a commit to branch GROOVY_2_5_X
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/GROOVY_2_5_X by this push:
new 65309d5 Bump version on GROOVY_2_5_X branch
65309d5 is described below
commit 65309d5a86db3c5fde1e902ecee1b2115390b742
Author: Daniel Sun <[email protected]>
AuthorDate: Wed Aug 7 14:24:53 2019 +0000
Bump version on GROOVY_2_5_X branch
---
gradle.properties | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gradle.properties b/gradle.properties
index 0f6f512..0025e5b 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.5.8-SNAPSHOT
+groovyVersion = 2.5.9-SNAPSHOT
# bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3
only digits)
-groovyBundleVersion = 2.5.8.SNAPSHOT
+groovyBundleVersion = 2.5.9.SNAPSHOT
gradle_version=4.10.3