We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da01e8a commit e715ad9Copy full SHA for e715ad9
build.gradle.kts
@@ -10,7 +10,7 @@ plugins {
10
11
group = "net.onelitefeather.microtus"
12
13
-version = System.getenv("TAG_VERSION") ?: "1.4.2-SNAPSHOT"
+version = System.getenv("TAG_VERSION") ?: "1.4.3-SNAPSHOT"
14
15
allprojects {
16
0 commit comments