Skip to content

Commit

Permalink
release: v1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Nov 15, 2024
1 parent 236d9bf commit 6436d92
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 @@ -37,8 +37,8 @@ object P {
override val description: String get() = DESCRIPTION
override val homepage: String get() = HOMEPAGE

const val VERSION = "1.4.4"
const val NEXT_VERSION = "1.4.5"
const val VERSION = "1.4.5"
const val NEXT_VERSION = "1.4.6"

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

0 comments on commit 6436d92

Please sign in to comment.