Skip to content

Commit 3c27388

Browse files
authored
refactor: bump version
1 parent 4122069 commit 3c27388

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
`maven-publish`
1010
}
1111

12-
val baseVersion = "0.0.3"
12+
val baseVersion = "0.0.4"
1313
val commitHash = System.getenv("COMMIT_HASH")
1414
val timestamp = System.currentTimeMillis() // Temporary to be able to build and publish directly out of fix branch with same commit hash
1515
val snapshotVersion = "${baseVersion}-dev.${timestamp}-${commitHash}"
@@ -85,4 +85,4 @@ subprojects {
8585
sign(publishing.publications)
8686
useGpgCmd()
8787
}
88-
}
88+
}

0 commit comments

Comments
 (0)