From 9a25ac78fa5611c5cfde96300d451e11053421c0 Mon Sep 17 00:00:00 2001 From: Him188 Date: Fri, 13 Nov 2020 18:24:40 +0800 Subject: [PATCH] 1.0-RC2-dev-6 --- buildSrc/src/main/kotlin/Versions.kt | 2 +- tools/gradle-plugin/src/VersionConstants.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/buildSrc/src/main/kotlin/Versions.kt b/buildSrc/src/main/kotlin/Versions.kt index 424cd4c80..2c0ffc0c7 100644 --- a/buildSrc/src/main/kotlin/Versions.kt +++ b/buildSrc/src/main/kotlin/Versions.kt @@ -11,7 +11,7 @@ object Versions { 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 consoleTerminal = console diff --git a/tools/gradle-plugin/src/VersionConstants.kt b/tools/gradle-plugin/src/VersionConstants.kt index aa639fdcc..5b584aadf 100644 --- a/tools/gradle-plugin/src/VersionConstants.kt +++ b/tools/gradle-plugin/src/VersionConstants.kt @@ -10,6 +10,6 @@ package net.mamoe.mirai.console.gradle 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 } \ No newline at end of file