Skip to content

Commit 890b045

Browse files
committed
Update SNAPSHOT_BASE version to 3.0.0
Bump the base version for snapshot builds from 2.2.0 to 3.0.0. This ensures compatibility with the upcoming release versioning scheme.
1 parent d50d283 commit 890b045

File tree

1 file changed

+1
-1
lines changed
  • buildSrc/src/main/kotlin

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/Ci.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ object Ci {
22

33
// this is the version used for building snapshots
44
// .GITHUB_RUN_NUMBER-snapshot will be appended
5-
private const val SNAPSHOT_BASE = "2.2.0"
5+
private const val SNAPSHOT_BASE = "3.0.0"
66

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

0 commit comments

Comments
 (0)