Skip to content

Commit

Permalink
release: 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Nov 1, 2024
1 parent 2638462 commit 2206f8f
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 @@ -56,8 +56,8 @@ object P {
override val homepage: String get() = HOMEPAGE


const val VERSION = "4.1.0"
const val NEXT_VERSION = "4.1.1"
const val VERSION = "4.1.1"
const val NEXT_VERSION = "4.1.2"

override val snapshotVersion = "$NEXT_VERSION-SNAPSHOT"
override val version = if (isSnapshot()) snapshotVersion else VERSION
Expand Down

0 comments on commit 2206f8f

Please sign in to comment.