mirror of
https://github.com/mamoe/mirai.git
synced 2026-09-05 14:44:57 +08:00
1.0.0
This commit is contained in:
@@ -11,12 +11,12 @@
|
||||
|
||||
object Versions {
|
||||
const val core = "1.3.3"
|
||||
const val console = "1.0.0-dev-2"
|
||||
const val console = "1.0.0"
|
||||
const val consoleGraphical = "0.0.7"
|
||||
const val consoleTerminal = console
|
||||
|
||||
const val kotlinCompiler = "1.4.20-RC"
|
||||
const val kotlinStdlib = "1.4.10"
|
||||
const val kotlinCompiler = "1.4.20"
|
||||
const val kotlinStdlib = "1.4.20"
|
||||
|
||||
const val kotlinIntellijPlugin = "1.4.20-RC-IJ2020.2-1" // -release
|
||||
const val intellij = "2020.2.1"
|
||||
|
||||
@@ -10,6 +10,6 @@
|
||||
package net.mamoe.mirai.console.gradle
|
||||
|
||||
internal object VersionConstants {
|
||||
const val CONSOLE_VERSION = "1.0.0-dev-1" // value is written here automatically during build
|
||||
const val CONSOLE_VERSION = "1.0.0" // value is written here automatically during build
|
||||
const val CORE_VERSION = "1.3.3" // value is written here automatically during build
|
||||
}
|
||||
Reference in New Issue
Block a user