From ac5162f22a193e04b90fb31fbde7c8e59e811e86 Mon Sep 17 00:00:00 2001 From: James Fredley Date: Mon, 16 Sep 2024 18:37:15 -0400 Subject: [PATCH] Change version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 16e1b5b2..a0fc1490 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -projectVersion=6.1.2-SNAPSHOT +projectVersion=7.0.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