From d5c860f4a4555555c107f53548a99a8378c99454 Mon Sep 17 00:00:00 2001 From: puneetbehl Date: Thu, 28 Mar 2024 16:47:35 +0000 Subject: [PATCH] [skip ci] Release v3.2.2 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 644a80c1f..7d25e208d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -projectVersion=3.2.2-SNAPSHOT +projectVersion=3.2.2 # This prevents the Grails Gradle Plugin from unnecessarily excluding slf4j-simple in the generated POMs # https://github.com/grails/grails-gradle-plugin/issues/222