From cf7dd181efbaeeee1879c7479aabbc1858687535 Mon Sep 17 00:00:00 2001 From: ForteScarlet Date: Tue, 11 Jun 2024 20:24:53 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E5=A4=872.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 7a9e60f..f4ccf1a 100644 --- a/buildSrc/src/main/kotlin/P.kt +++ b/buildSrc/src/main/kotlin/P.kt @@ -41,7 +41,7 @@ object P { override val homepage: String get() = HOMEPAGE - private val baseVersion = v(0, 1, 1) + private val baseVersion = v(0, 2, 0) val snapshotVersion = baseVersion - Version.SNAPSHOT override val version = if (isSnapshot()) snapshotVersion else baseVersion