From bd02264b601468859f8e7a3484440017fc3fec78 Mon Sep 17 00:00:00 2001 From: grails-build Date: Sat, 21 Dec 2024 00:18:34 +0000 Subject: [PATCH] chore: Bump version to 4.0.0-SNAPSHOT --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index d93510f4..5290cef2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -projectVersion=4.0.0-M2 +projectVersion=4.0.0-SNAPSHOT title=Grails Testing Support authors=Jeff Brown,James Kleeh projectDesc=Support for writing concise expressive tests for Grails artifacts