Skip to content

Commit c8fd47c

Browse files
committed
release: v4.7.0
Signed-off-by: ForteScarlet <[email protected]>
1 parent 596bd6b commit c8fd47c

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/P.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ fun isSnapshot(): Boolean = _isSnapshot
4747
@Suppress("MemberVisibilityCanBePrivate")
4848
sealed class P(override val group: String) : ProjectDetail() {
4949
companion object {
50-
const val VERSION = "4.7.0-beta1"
51-
const val NEXT_VERSION = "4.7.0-beta2"
50+
const val VERSION = "4.7.0"
51+
const val NEXT_VERSION = "4.7.1"
5252
const val SNAPSHOT_VERSION = "$VERSION-SNAPSHOT"
5353
const val NEXT_SNAPSHOT_VERSION = "$NEXT_VERSION-SNAPSHOT"
5454

0 commit comments

Comments
 (0)