From c83306a2eab08dc340c83d317d98c7eee7ae9a2c Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Sun, 15 Sep 2024 17:10:27 +0200 Subject: [PATCH] Back to snapshot for development Signed-off-by: Alexander Brandes --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 659615f72..c8ac85ad5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -22,7 +22,7 @@ plugins { } group = "com.intellectualsites.plotsquared" -version = "7.3.11" +version = "7.3.12-SNAPSHOT" if (!File("$rootDir/.git").exists()) { logger.lifecycle("""