Skip to content

Commit

Permalink
Set snapshot version
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel committed May 5, 2024
1 parent 3dd9767 commit 9efc1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Ci.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ object Ci {

// this is the version used for building snapshots
// .GITHUB_RUN_NUMBER-snapshot will be appended
private const val snapshotBase = "1.3.0"
private const val snapshotBase = "1.4.0"

private val githubRunNumber = System.getenv("GITHUB_RUN_NUMBER")

Expand Down

0 comments on commit 9efc1ca

Please sign in to comment.