From c0063f41d1c876788979ebda7f18a8917180f16e Mon Sep 17 00:00:00 2001 From: ForteScarlet Date: Tue, 3 Dec 2024 20:26:42 +0800 Subject: [PATCH] release: v4.9.0 --- 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 2f3ca25cb..4e604996e 100644 --- a/buildSrc/src/main/kotlin/P.kt +++ b/buildSrc/src/main/kotlin/P.kt @@ -48,7 +48,7 @@ fun isSnapshot(): Boolean = _isSnapshot sealed class P(override val group: String) : ProjectDetail() { companion object { const val VERSION = "4.9.0" - const val NEXT_VERSION = "4.9.0" + const val NEXT_VERSION = "4.9.1" const val SNAPSHOT_VERSION = "$VERSION-SNAPSHOT" const val NEXT_SNAPSHOT_VERSION = "$NEXT_VERSION-SNAPSHOT"