From 56a750a172373a61299a68ea3ecd13b6b268427f Mon Sep 17 00:00:00 2001 From: ForteScarlet Date: Fri, 30 Aug 2024 15:02:48 +0800 Subject: [PATCH] release: v4.0.1 --- .changelog/v4.0.1.md | 8 ++++++++ buildSrc/src/main/kotlin/P.kt | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 .changelog/v4.0.1.md diff --git a/.changelog/v4.0.1.md b/.changelog/v4.0.1.md new file mode 100644 index 00000000..bced8829 --- /dev/null +++ b/.changelog/v4.0.1.md @@ -0,0 +1,8 @@ +> [!note] +> 对应核心版本: [**v4.6.0**](https://github.com/simple-robot/simpler-robot/releases/tag/v4.6.0) + + +我们欢迎并期望着您的的[反馈](https://github.com/simple-robot/simbot-component-qq-guild/issues)或[协助](https://github.com/simple-robot/simbot-component-qq-guild/pulls), +感谢您的贡献与支持! + +也欢迎您为我们献上一颗 `star`,这是对我们最大的鼓励与认可! diff --git a/buildSrc/src/main/kotlin/P.kt b/buildSrc/src/main/kotlin/P.kt index a880cf3a..cab88691 100644 --- a/buildSrc/src/main/kotlin/P.kt +++ b/buildSrc/src/main/kotlin/P.kt @@ -56,8 +56,8 @@ object P { override val homepage: String get() = HOMEPAGE - const val VERSION = "4.0.0" - const val NEXT_VERSION = "4.0.1" + const val VERSION = "4.0.1" + const val NEXT_VERSION = "4.0.2" override val snapshotVersion = "$NEXT_VERSION-SNAPSHOT" override val version = if (isSnapshot()) snapshotVersion else VERSION