mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-10 10:30:13 +08:00
Update version constants
This commit is contained in:
parent
cdefb2dbed
commit
8f18842503
@ -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
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user