Skip to content

Commit

Permalink
Release: v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Dec 5, 2024
1 parent 320372d commit d467c3c
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 @@ -38,7 +38,7 @@ object P {
override val homepage: String get() = HOMEPAGE

const val VERSION = "1.5.0"
const val NEXT_VERSION = "1.5.0"
const val NEXT_VERSION = "1.5.1"

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

0 comments on commit d467c3c

Please sign in to comment.