We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 596bd6b commit c8fd47cCopy full SHA for c8fd47c
buildSrc/src/main/kotlin/P.kt
@@ -47,8 +47,8 @@ fun isSnapshot(): Boolean = _isSnapshot
47
@Suppress("MemberVisibilityCanBePrivate")
48
sealed class P(override val group: String) : ProjectDetail() {
49
companion object {
50
- const val VERSION = "4.7.0-beta1"
51
- const val NEXT_VERSION = "4.7.0-beta2"
+ const val VERSION = "4.7.0"
+ const val NEXT_VERSION = "4.7.1"
52
const val SNAPSHOT_VERSION = "$VERSION-SNAPSHOT"
53
const val NEXT_SNAPSHOT_VERSION = "$NEXT_VERSION-SNAPSHOT"
54
0 commit comments