This commit is contained in:
creeper123123321 2021-07-20 15:26:39 -03:00 committed by GitHub
parent 32e33b9d30
commit 91ee95671d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ compileKotlin.kotlinOptions.jvmTarget = "11"
val gitVersion: groovy.lang.Closure<String> by extra
group = "com.github.creeper123123321.viaaas"
version = "0.4.8+" + try {
version = "0.4.9+" + try {
gitVersion()
} catch (e: Exception) {
"unknown"