Skip to content

Commit

Permalink
release: v0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Jul 24, 2024
1 parent 1cd0955 commit 0f81c07
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .changelog/v0.0.10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
> 对应核心版本: [**v4.3.0**](https://github.com/simple-robot/simpler-robot/releases/tag/v4.3.0)

我们欢迎并期望着您的的[反馈](https://github.com/simple-robot/simbot-component-telegram/issues)[协助](https://github.com/simple-robot/simbot-component-telegram/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 @@ -40,8 +40,8 @@ object P {
override val description: String get() = DESCRIPTION
override val homepage: String get() = HOMEPAGE

const val VERSION = "0.0.9"
const val NEXT_VERSION = "0.0.10"
const val VERSION = "0.0.10"
const val NEXT_VERSION = "0.0.11"

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

0 comments on commit 0f81c07

Please sign in to comment.