Skip to content

Commit 9da67c8

Browse files
committed
release: v1.4.4
1 parent 76bffe7 commit 9da67c8

File tree

1 file changed

+2
-2
lines changed
  • buildSrc/src/main/kotlin

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/P.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ object P {
3737
override val description: String get() = DESCRIPTION
3838
override val homepage: String get() = HOMEPAGE
3939

40-
const val VERSION = "1.4.3"
41-
const val NEXT_VERSION = "1.4.4"
40+
const val VERSION = "1.4.4"
41+
const val NEXT_VERSION = "1.4.5"
4242

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

0 commit comments

Comments
 (0)