This commit is contained in:
creeper123123321 2021-02-11 09:18:22 -03:00 committed by GitHub
parent aa821e4a60
commit 58e8f689d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ java {
val gitVersion: groovy.lang.Closure<String> by extra
group = "com.github.creeper123123321.viaaas"
version = "0.1.1-SNAPSHOT+" + try {
version = "0.1.2-SNAPSHOT+" + try {
gitVersion()
} catch (e: Exception) {
"unknown"