From a37badb53342e0f68b253688799d8e544eb7db96 Mon Sep 17 00:00:00 2001 From: phinner <62483793+phinner@users.noreply.github.com> Date: Wed, 3 Jan 2024 19:15:22 +0100 Subject: [PATCH] chore: Prepare next version --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..."