From f1f41b052334ca0f315443925c3b81a7a7c6e1ae Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Thu, 4 Apr 2024 21:51:55 +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 5af4ac0ce..67f66107d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -22,7 +22,7 @@ plugins { } group = "com.intellectualsites.plotsquared" -version = "7.3.7" +version = "7.3.8-SNAPSHOT" if (!File("$rootDir/.git").exists()) { logger.lifecycle("""