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"