We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dea7b96 commit 1f32e69Copy full SHA for 1f32e69
buildSrc/src/main/kotlin/Ci.kt
@@ -2,7 +2,7 @@ object Ci {
2
3
// this is the version used for building snapshots
4
// .GITHUB_RUN_NUMBER-snapshot will be appended
5
- private const val SNAPSHOT_BASE = "3.0.0"
+ private const val SNAPSHOT_BASE = "3.1.0"
6
7
private val githubRunNumber = System.getenv("GITHUB_RUN_NUMBER")
8
0 commit comments