Skip to content

Commit 0ad23fd

Browse files
authored
Merge pull request #145 from simple-robot/dev/upgrade_simbot
更新 simbot 到 v3.1.0
2 parents 127b1a9 + c904d2d commit 0ad23fd

File tree

1 file changed

+2
-2
lines changed
  • buildSrc/src/main/kotlin

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/P.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ import love.forte.gradle.common.core.project.Version
1717
import love.forte.gradle.common.core.project.minus
1818
import love.forte.gradle.common.core.project.version
1919

20-
val simbotVersionInfo = version(3, 0, 0) //- version("RC", 3)
20+
val simbotVersionInfo = version(3, 1, 0)
2121

2222
@JvmField
23-
val SIMBOT_VERSION = simbotVersionInfo.toString() //"3.0.0"
23+
val SIMBOT_VERSION = simbotVersionInfo.toString()
2424

2525
@JvmField
2626
val SIMBOT_CORE = "love.forte.simbot:simbot-core:$SIMBOT_VERSION"

0 commit comments

Comments
 (0)