Skip to content

Commit 31bbe24

Browse files
committed
release: v4.0.2
1 parent aaeb59f commit 31bbe24

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.changelog/v4.0.2.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
> [!note]
2+
> 对应核心版本: [**v4.6.0**](https://github.com/simple-robot/simpler-robot/releases/tag/v4.6.0)
3+
4+
5+
我们欢迎并期望着您的的[反馈](https://github.com/simple-robot/simbot-component-qq-guild/issues)[协助](https://github.com/simple-robot/simbot-component-qq-guild/pulls)
6+
感谢您的贡献与支持!
7+
8+
也欢迎您为我们献上一颗 `star`,这是对我们最大的鼓励与认可!

buildSrc/src/main/kotlin/P.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ object P {
5656
override val homepage: String get() = HOMEPAGE
5757

5858

59-
const val VERSION = "4.0.1"
60-
const val NEXT_VERSION = "4.0.2"
59+
const val VERSION = "4.0.2"
60+
const val NEXT_VERSION = "4.0.3"
6161

6262
override val snapshotVersion = "$NEXT_VERSION-SNAPSHOT"
6363
override val version = if (isSnapshot()) snapshotVersion else VERSION

0 commit comments

Comments
 (0)