Skip to content

Commit

Permalink
0.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
creeper123123321 authored Oct 1, 2021
1 parent f66f6ea commit 8a6c935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ compileKotlin.kotlinOptions.jvmTarget = "11"
val gitVersion: groovy.lang.Closure<String> by extra

group = "com.github.creeper123123321.viaaas"
version = "0.4.12+" + try {
version = "0.4.13+" + try {
gitVersion()
} catch (e: Exception) {
"unknown"
Expand Down

0 comments on commit 8a6c935

Please sign in to comment.