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 6f715fddbd Bump version on GROOVY_3_0_X branch
6f715fddbd is described below
commit 6f715fddbddd73ce60b75120ca0d71465d4ba64f
Author: Paul King <[email protected]>
AuthorDate: Fri Nov 8 12:24:56 2024 +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 cc50851543..cd3ff15b96 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.23-SNAPSHOT
+groovyVersion = 3.0.24-SNAPSHOT
# bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3
only digits)
-groovyBundleVersion = 3.0.23.SNAPSHOT
+groovyBundleVersion = 3.0.24.SNAPSHOT
binaryCompatibilityBaseline = 3.0.5
gradle_version=6.9.4