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 c557aab commit e86defdCopy full SHA for e86defd
build.gradle.kts
@@ -9,7 +9,7 @@ plugins {
9
`maven-publish`
10
}
11
12
-val baseVersion = "0.0.13"
+val baseVersion = "0.0.14"
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