From e715ad98da45fed83b79f7fb2a105a1d72b14001 Mon Sep 17 00:00:00 2001 From: Phillipp Glanz <6745190+TheMeinerLP@users.noreply.github.com> Date: Tue, 28 May 2024 21:47:33 +0200 Subject: [PATCH] Bump version --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index badaec05606..c89afe7145f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ plugins { group = "net.onelitefeather.microtus" -version = System.getenv("TAG_VERSION") ?: "1.4.2-SNAPSHOT" +version = System.getenv("TAG_VERSION") ?: "1.4.3-SNAPSHOT" allprojects { group = "net.onelitefeather.microtus"