diff --git a/buildSrc/src/main/kotlin/P.kt b/buildSrc/src/main/kotlin/P.kt index db5dadd..d5543a8 100644 --- a/buildSrc/src/main/kotlin/P.kt +++ b/buildSrc/src/main/kotlin/P.kt @@ -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