Skip to content

Commit

Permalink
Set next snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel committed Apr 29, 2024
1 parent 87d2334 commit cafb67c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
version:
description: "The release version"
required: true
default: "2.2."
branch:
description: "The branch to release from"
required: true
Expand Down
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 = "2.4.0"
private const val snapshotBase = "2.6.0"

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

Expand Down

0 comments on commit cafb67c

Please sign in to comment.