We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 178848a commit de60119Copy full SHA for de60119
build.gradle.kts
@@ -9,7 +9,7 @@ plugins {
9
`maven-publish`
10
}
11
12
-val baseVersion = "0.0.11"
+val baseVersion = "0.0.12"
13
val commitHash = System.getenv("COMMIT_HASH")
14
val timestamp = System.currentTimeMillis() // Temporary to be able to build and publish directly out of fix branch with same commit hash
15
val snapshotVersion = "${baseVersion}-dev.${timestamp}-${commitHash}"
0 commit comments