From 97ae2046c840bb0b7834675a9291364aa3705f36 Mon Sep 17 00:00:00 2001 From: phinner <62483793+phinner@users.noreply.github.com> Date: Wed, 1 Jan 2025 23:39:14 +0100 Subject: [PATCH] chore: Forgot to bump version --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 1c92d714..fbe75378 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,7 +2,7 @@ plugins { id("distributor.parent-conventions") } -version = "4.0.2" + if (indraGit.headTag() == null) "-SNAPSHOT" else "" +version = "4.2.0" + if (indraGit.headTag() == null) "-SNAPSHOT" else "" group = "com.xpdustry" description = "The Mindustry plugin of ur dreams..."