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 b8a7a4a Bump version on GROOVY_2_4_X branch
b8a7a4a is described below
commit b8a7a4a78321addef5630dc96101e77042729cfe
Author: Paul King <[email protected]>
AuthorDate: Thu Dec 3 15:48:10 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 3bd47cb..f2db9d6 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.21-SNAPSHOT
+groovyVersion = 2.4.22-SNAPSHOT
# bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3
only digits)
-groovyBundleVersion = 2.4.21.SNAPSHOT
+groovyBundleVersion = 2.4.22.SNAPSHOT
gradle_version=2.14.1