Skip to content

Commit

Permalink
Set next snapshot base
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel committed Apr 15, 2024
1 parent 8ff9455 commit 6baf72c
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.0.0"
private const val snapshotBase = "1.2.0"

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

Expand Down

0 comments on commit 6baf72c

Please sign in to comment.