This commit is contained in:
creeper123123321 2021-02-16 20:05:18 -03:00 committed by GitHub
parent d309c2e780
commit 74ca162408
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.2-SNAPSHOT+" + try {
version = "0.2.0-SNAPSHOT+" + try {
gitVersion()
} catch (e: Exception) {
"unknown"