Skip to content

Commit

Permalink
release: v4.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: ForteScarlet <[email protected]>
  • Loading branch information
ForteScarlet committed Nov 22, 2024
1 parent 8a8cfaa commit 34115e4
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"
const val NEXT_VERSION = "4.8.0"
const val VERSION = "4.8.0"
const val NEXT_VERSION = "4.8.1"
const val SNAPSHOT_VERSION = "$VERSION-SNAPSHOT"
const val NEXT_SNAPSHOT_VERSION = "$NEXT_VERSION-SNAPSHOT"

Expand Down

0 comments on commit 34115e4

Please sign in to comment.