From f34bc3904d2d32647378e6181c78b0d2f2523cfa Mon Sep 17 00:00:00 2001 From: puneetbehl Date: Thu, 4 Apr 2024 01:06:30 +0000 Subject: [PATCH] chore: Bump version to 3.0.1-SNAPSHOT --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 2a3a9bd..a5b3a0d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -projectVersion=3.0.0 +projectVersion=3.0.1-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