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 8774e4c commit ae81f4fCopy full SHA for ae81f4f
1 file changed
build.gradle.kts
@@ -12,7 +12,7 @@ plugins {
12
13
group = "net.onelitefeather.microtus"
14
15
-version = System.getenv("TAG_VERSION") ?: "1.5.0-SNAPSHOT"
+version = System.getenv("TAG_VERSION") ?: "1.6.0-SNAPSHOT"
16
17
allprojects {
18
0 commit comments