We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0041171 commit 61d2d27Copy full SHA for 61d2d27
1 file changed
build.gradle.kts
@@ -9,7 +9,7 @@ plugins {
9
`maven-publish`
10
}
11
12
-val baseVersion = "0.0.21"
+val baseVersion = "0.0.22"
13
val commitHash = System.getenv("COMMIT_HASH")
14
val timestamp = System.currentTimeMillis()
15
val snapshotVersion = "${baseVersion}-dev.${timestamp}-${commitHash}"
0 commit comments