From 2683dd2d09077c5e18681ea0511a04a920df389b Mon Sep 17 00:00:00 2001 From: grails-build Date: Sat, 21 Dec 2024 19:55:49 +0000 Subject: [PATCH] chore: Bump version to 4.0.0-SNAPSHOT --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 9e022e358..a899a6621 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -projectVersion=4.0.0-M1 +projectVersion=4.0.0-SNAPSHOT # This prevents the Grails Gradle Plugin from unnecessarily excluding slf4j-simple in the generated POMs # https://github.com/grails/grails-gradle-plugin/issues/222