diff --git a/build.gradle.kts b/build.gradle.kts index 11711c03..bb728d5d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,7 +2,7 @@ plugins { id("distributor.parent-conventions") } -version = "4.0.0-beta.3" + if (indraGit.headTag() == null) "-SNAPSHOT" else "" +version = "4.0.0-rc.1" + if (indraGit.headTag() == null) "-SNAPSHOT" else "" group = "com.xpdustry" description = "The Mindustry plugin of ur dreams..."