This commit is contained in:
creeper123123321 2021-07-15 17:43:18 -03:00 committed by GitHub
parent fb4d49ad0d
commit 16ed806b8b
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.7+" + try {
version = "0.4.8+" + try {
gitVersion()
} catch (e: Exception) {
"unknown"