mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-09 09:50:16 +08:00
Release version 2.7-M2
This commit is contained in:
parent
81c81152a1
commit
be928efb75
@ -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(1624419793)
|
||||
const val versionConst: String = "2.7-M2-dev-1"
|
||||
val buildDate: Instant = Instant.ofEpochSecond(1625578590)
|
||||
const val versionConst: String = "2.7-M2"
|
||||
|
||||
@JvmStatic
|
||||
val version: SemVersion = SemVersion(versionConst)
|
||||
|
@ -10,6 +10,6 @@
|
||||
package net.mamoe.mirai.console.gradle
|
||||
|
||||
internal object VersionConstants {
|
||||
const val CONSOLE_VERSION = "2.7-M2-dev-1" // value is written here automatically during build
|
||||
const val CORE_VERSION = "2.7-M2-dev-1" // value is written here automatically during build
|
||||
const val CONSOLE_VERSION = "2.7-M2" // value is written here automatically during build
|
||||
const val CORE_VERSION = "2.7-M2" // value is written here automatically during build
|
||||
}
|
Loading…
Reference in New Issue
Block a user