Skip to content

Commit

Permalink
release: v4.0.0-beta5
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Jul 6, 2024
1 parent b83104d commit 5c2c5cf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .changelog/v4.0.0-beta5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
> 对应核心版本: [**v4.1.0**](https://github.com/simple-robot/simpler-robot/releases/tag/v4.1.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 Writerside/v.list
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<var name="api-doc" value="https://docs.simbot.forte.love"/>
<var name="jb" value="阻塞"/>
<var name="ja" value="异步"/>
<var name="version" value="4.0.0-beta4"/>
<var name="minimum-core-version" value="4.0.0"/>
<var name="version" value="4.0.0-beta5"/>
<var name="minimum-core-version" value="4.1.0"/>
</vars>
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/P.kt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ object P {


const val VERSION = "4.0.0-beta5"
const val NEXT_VERSION = "4.0.0-beta5"
const val NEXT_VERSION = "4.0.0-beta6"

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

0 comments on commit 5c2c5cf

Please sign in to comment.