This commit is contained in:
Him188 2020-11-20 10:42:53 +08:00
parent 16e1ebde07
commit 5778b7c8d5
2 changed files with 4 additions and 4 deletions

View File

@ -11,12 +11,12 @@
object Versions { object Versions {
const val core = "1.3.3" 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 consoleGraphical = "0.0.7"
const val consoleTerminal = console const val consoleTerminal = console
const val kotlinCompiler = "1.4.20-RC" const val kotlinCompiler = "1.4.20"
const val kotlinStdlib = "1.4.10" const val kotlinStdlib = "1.4.20"
const val kotlinIntellijPlugin = "1.4.20-RC-IJ2020.2-1" // -release const val kotlinIntellijPlugin = "1.4.20-RC-IJ2020.2-1" // -release
const val intellij = "2020.2.1" const val intellij = "2020.2.1"

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.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 const val CORE_VERSION = "1.3.3" // value is written here automatically during build
} }