diff --git a/build.gradle.kts b/build.gradle.kts index e611a7b..eeebb7e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ plugins { } group = "com.xpdustry" -version = "4.0.0" + if (indraGit.headTag() == null) "-SNAPSHOT" else "" +version = "4.0.0-rc.1" + if (indraGit.headTag() == null) "-SNAPSHOT" else "" description = "Gradle plugin for building and testing mindustry mods/plugins." repositories {