Skip to content
This repository was archived by the owner on Feb 16, 2025. It is now read-only.

Commit da83a3b

Browse files
committed
Bump snapshot version to 3.0.0
1 parent aa95141 commit da83a3b

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 snapshotBase = "2.0.0"
5+
private const val snapshotBase = "3.0.0"
66

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

0 commit comments

Comments
 (0)