Skip to content

Commit

Permalink
release: v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Aug 30, 2024
1 parent f8548e0 commit 56a750a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .changelog/v4.0.1.md
Original file line number Diff line number Diff line change
@@ -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`,这是对我们最大的鼓励与认可!
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/P.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 56a750a

Please sign in to comment.