From 78cbd5ff1414d85b54c8db5e0ee10c42c99c9d54 Mon Sep 17 00:00:00 2001 From: phinner <62483793+phinner@users.noreply.github.com> Date: Fri, 8 Dec 2023 04:11:45 +0100 Subject: [PATCH] chore: Bump distributor version --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..."