There was an error while loading. Please reload this page.
1 parent fe6aafe commit 709430eCopy full SHA for 709430e
1 file changed
build.gradle.kts
@@ -6,7 +6,7 @@ plugins {
6
alias(libs.plugins.shadow)
7
}
8
9
-val baseVersion = "0.1.0"
+val baseVersion = "0.1.1"
10
val commitHash = System.getenv("COMMIT_HASH")
11
val snapshotVersion = "${baseVersion}-dev.$commitHash"
12
0 commit comments