Skip to content

Commit

Permalink
release: v4.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: ForteScarlet <ForteScarlet@163.com>
  • Loading branch information
ForteScarlet committed Oct 23, 2024
1 parent 596bd6b commit c8fd47c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/P.kt
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ fun isSnapshot(): Boolean = _isSnapshot
@Suppress("MemberVisibilityCanBePrivate")
sealed class P(override val group: String) : ProjectDetail() {
companion object {
const val VERSION = "4.7.0-beta1"
const val NEXT_VERSION = "4.7.0-beta2"
const val VERSION = "4.7.0"
const val NEXT_VERSION = "4.7.1"
const val SNAPSHOT_VERSION = "$VERSION-SNAPSHOT"
const val NEXT_SNAPSHOT_VERSION = "$NEXT_VERSION-SNAPSHOT"

Expand Down

0 comments on commit c8fd47c

Please sign in to comment.