Update version constants

This commit is contained in:
Him188 2020-10-30 10:01:57 +08:00
parent cdefb2dbed
commit 8f18842503

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-RC-dev-33" // value is written here automatically during build const val CONSOLE_VERSION = "1.0-RC" // value is written here automatically during build
const val CORE_VERSION = "1.3.2" // value is written here automatically during build const val CORE_VERSION = "1.3.2" // value is written here automatically during build
} }