Skip to content

Commit d467c3c

Browse files
committed
Release: v1.5.0
1 parent 320372d commit d467c3c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/P.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ object P {
3838
override val homepage: String get() = HOMEPAGE
3939

4040
const val VERSION = "1.5.0"
41-
const val NEXT_VERSION = "1.5.0"
41+
const val NEXT_VERSION = "1.5.1"
4242

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

0 commit comments

Comments
 (0)