We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 320372d commit d467c3cCopy full SHA for d467c3c
buildSrc/src/main/kotlin/P.kt
@@ -38,7 +38,7 @@ object P {
38
override val homepage: String get() = HOMEPAGE
39
40
const val VERSION = "1.5.0"
41
- const val NEXT_VERSION = "1.5.0"
+ const val NEXT_VERSION = "1.5.1"
42
43
override val snapshotVersion = "$NEXT_VERSION-SNAPSHOT"
44
override val version = if (isSnapshot()) snapshotVersion else VERSION
0 commit comments