0.2.1-SNAPSHOT

This commit is contained in:
creeper123123321 2021-03-26 20:22:53 -03:00 committed by GitHub
parent ed210c97b6
commit 1d05aac9bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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