diff --git a/build.gradle.kts b/build.gradle.kts index fd570280..f84cd7c8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,6 +2,6 @@ plugins { id("distributor.parent-conventions") } -version = "3.3.0" + if (indraGit.headTag() == null) "-SNAPSHOT" else "" +version = "3.3.1" + if (indraGit.headTag() == null) "-SNAPSHOT" else "" group = "fr.xpdustry" description = "The Mindustry plugin of ur dreams..."