Release version 2.5-M1

This commit is contained in:
Him188 2021-02-27 14:45:25 +08:00
parent d25ffb094b
commit 2e042f6ccd
2 changed files with 4 additions and 4 deletions

View File

@ -14,8 +14,8 @@ import java.time.Instant
internal object MiraiConsoleBuildConstants { // auto-filled on build (task :mirai-console:fillBuildConstants)
@JvmStatic
val buildDate: Instant = Instant.ofEpochSecond(1613308312)
const val versionConst: String = "2.4.0"
val buildDate: Instant = Instant.ofEpochSecond(1614408135)
const val versionConst: String = "2.5-M1"
@JvmStatic
val version: SemVersion = SemVersion(versionConst)

View File

@ -10,6 +10,6 @@
package net.mamoe.mirai.console.gradle
internal object VersionConstants {
const val CONSOLE_VERSION = "2.4.0" // value is written here automatically during build
const val CORE_VERSION = "2.4.0" // value is written here automatically during build
const val CONSOLE_VERSION = "2.5-M1" // value is written here automatically during build
const val CORE_VERSION = "2.5-M1" // value is written here automatically during build
}