Skip to content

Commit

Permalink
release: v4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Nov 7, 2024
1 parent 675eee7 commit 4ae4ae2
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.2"
const val NEXT_VERSION = "4.1.2"
const val NEXT_VERSION = "4.1.3"

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

0 comments on commit 4ae4ae2

Please sign in to comment.