We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 127b1a9 + c904d2d commit 0ad23fdCopy full SHA for 0ad23fd
buildSrc/src/main/kotlin/P.kt
@@ -17,10 +17,10 @@ import love.forte.gradle.common.core.project.Version
17
import love.forte.gradle.common.core.project.minus
18
import love.forte.gradle.common.core.project.version
19
20
-val simbotVersionInfo = version(3, 0, 0) //- version("RC", 3)
+val simbotVersionInfo = version(3, 1, 0)
21
22
@JvmField
23
-val SIMBOT_VERSION = simbotVersionInfo.toString() //"3.0.0"
+val SIMBOT_VERSION = simbotVersionInfo.toString()
24
25
26
val SIMBOT_CORE = "love.forte.simbot:simbot-core:$SIMBOT_VERSION"
0 commit comments