From a0bbfa0e273129ace664f262d725b8528f8583d6 Mon Sep 17 00:00:00 2001 From: ForteScarlet Date: Mon, 10 Feb 2025 22:08:36 +0800 Subject: [PATCH] release: v4.1.4 --- buildSrc/src/main/kotlin/P.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/kotlin/P.kt b/buildSrc/src/main/kotlin/P.kt index 7e9a3505..b2b66eb4 100644 --- a/buildSrc/src/main/kotlin/P.kt +++ b/buildSrc/src/main/kotlin/P.kt @@ -57,7 +57,7 @@ object P { const val VERSION = "4.1.4" - const val NEXT_VERSION = "4.1.4" + const val NEXT_VERSION = "4.1.5" override val snapshotVersion = "$NEXT_VERSION-SNAPSHOT" override val version = if (isSnapshot()) snapshotVersion else VERSION