From e6b62a485636bb7f5653dbe2232a1a8b617812d0 Mon Sep 17 00:00:00 2001 From: puneetbehl Date: Tue, 30 Apr 2024 07:29:34 +0000 Subject: [PATCH] [skip ci] Release v4.0.0 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 0e8d2d9..40b165e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -projectVersion=4.0.0-SNAPSHOT +projectVersion=4.0.0 # This prevents the Grails Gradle Plugin from unnecessarily excluding slf4j-simple in the generated POMs # https://github.com/grails/grails-gradle-plugin/issues/222