Skip to content

Commit

Permalink
release: v4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Feb 10, 2025
1 parent c045676 commit a0bbfa0
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.4"
const val NEXT_VERSION = "4.1.4"
const val NEXT_VERSION = "4.1.5"

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

0 comments on commit a0bbfa0

Please sign in to comment.