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 f66f6ea commit 8a6c935Copy full SHA for 8a6c935
1 file changed
build.gradle.kts
@@ -37,7 +37,7 @@ compileKotlin.kotlinOptions.jvmTarget = "11"
37
val gitVersion: groovy.lang.Closure<String> by extra
38
39
group = "com.github.creeper123123321.viaaas"
40
-version = "0.4.12+" + try {
+version = "0.4.13+" + try {
41
gitVersion()
42
} catch (e: Exception) {
43
"unknown"
0 commit comments