From 3f511d8d2d95f3faa5bfe7a3d52d1ff98cc4c31f Mon Sep 17 00:00:00 2001 From: puneetbehl Date: Thu, 4 Apr 2024 09:28:40 +0000 Subject: [PATCH] [skip ci] Release v3.2.3 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index d767e757c..e89027cf1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -projectVersion=3.2.3-SNAPSHOT +projectVersion=3.2.3 # This prevents the Grails Gradle Plugin from unnecessarily excluding slf4j-simple in the generated POMs # https://github.com/grails/grails-gradle-plugin/issues/222