From 621fde4883f3f14fde2dfc122295a063f6e21761 Mon Sep 17 00:00:00 2001 From: Puneet Behl Date: Tue, 27 Feb 2024 13:18:41 +0530 Subject: [PATCH] Update gradle.properties --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index faa637f4b..962d89c35 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -projectVersion=3.1.3-SNAPSHOT +projectVersion=3.2.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