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