Skip to content

Commit

Permalink
Merge pull request #145 from simple-robot/dev/upgrade_simbot
Browse files Browse the repository at this point in the history
更新 simbot 到 v3.1.0
  • Loading branch information
ForteScarlet authored Jun 30, 2023
2 parents 127b1a9 + c904d2d commit 0ad23fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/P.kt
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ import love.forte.gradle.common.core.project.Version
import love.forte.gradle.common.core.project.minus
import love.forte.gradle.common.core.project.version

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

@JvmField
val SIMBOT_VERSION = simbotVersionInfo.toString() //"3.0.0"
val SIMBOT_VERSION = simbotVersionInfo.toString()

@JvmField
val SIMBOT_CORE = "love.forte.simbot:simbot-core:$SIMBOT_VERSION"
Expand Down

0 comments on commit 0ad23fd

Please sign in to comment.