1.0-RC2-dev-6

This commit is contained in:
Him188 2020-11-13 18:24:40 +08:00
parent 18a0a95609
commit 9a25ac78fa
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
object Versions { object Versions {
const val core = "1.3.3" const val core = "1.3.3"
const val console = "1.0-RC2-dev-4" const val console = "1.0-RC2-dev-6"
const val consoleGraphical = "0.0.7" const val consoleGraphical = "0.0.7"
const val consoleTerminal = console const val consoleTerminal = console

View File

@ -10,6 +10,6 @@
package net.mamoe.mirai.console.gradle package net.mamoe.mirai.console.gradle
internal object VersionConstants { internal object VersionConstants {
const val CONSOLE_VERSION = "1.0-RC2-dev-4" // value is written here automatically during build const val CONSOLE_VERSION = "1.0-RC2-dev-6" // value is written here automatically during build
const val CORE_VERSION = "1.3.3" // value is written here automatically during build const val CORE_VERSION = "1.3.3" // value is written here automatically during build
} }