Skip to content

Commit 8a6c935

Browse files
0.4.13
1 parent f66f6ea commit 8a6c935

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ compileKotlin.kotlinOptions.jvmTarget = "11"
3737
val gitVersion: groovy.lang.Closure<String> by extra
3838

3939
group = "com.github.creeper123123321.viaaas"
40-
version = "0.4.12+" + try {
40+
version = "0.4.13+" + try {
4141
gitVersion()
4242
} catch (e: Exception) {
4343
"unknown"

0 commit comments

Comments
 (0)