Skip to content

Commit

Permalink
release: v4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Dec 3, 2024
1 parent 9d93d59 commit c0063f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/P.kt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fun isSnapshot(): Boolean = _isSnapshot
sealed class P(override val group: String) : ProjectDetail() {
companion object {
const val VERSION = "4.9.0"
const val NEXT_VERSION = "4.9.0"
const val NEXT_VERSION = "4.9.1"
const val SNAPSHOT_VERSION = "$VERSION-SNAPSHOT"
const val NEXT_SNAPSHOT_VERSION = "$NEXT_VERSION-SNAPSHOT"

Expand Down

0 comments on commit c0063f4

Please sign in to comment.