From 126aa53b6181d9727f5312d67ffc99d6c31fe1d2 Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Thu, 27 Jan 2022 14:00:51 +0100 Subject: [PATCH] build: Back to snapshot for development --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index fe54bf402..d5da0e54b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -18,7 +18,7 @@ plugins { idea } -version = "6.4.0" +version = "6.4.1-SNAPSHOT" allprojects { group = "com.plotsquared"