Skip to content

Commit

Permalink
release: v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Oct 17, 2024
1 parent 7464169 commit e0b25bf
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 @@ -57,7 +57,7 @@ object P {


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

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

0 comments on commit e0b25bf

Please sign in to comment.