mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-10 18:40:15 +08:00
2.0-M2-dev-10
This commit is contained in:
parent
9a7a4e40bb
commit
3511649bd0
@ -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(1608391573)
|
||||
const val versionConst: String = "2.0-M1-1"
|
||||
val buildDate: Instant = Instant.ofEpochSecond(1609063576)
|
||||
const val versionConst: String = "2.0-M2-dev-10"
|
||||
|
||||
@JvmStatic
|
||||
val version: SemVersion = SemVersion(versionConst)
|
||||
|
@ -12,8 +12,8 @@
|
||||
import org.gradle.api.attributes.Attribute
|
||||
|
||||
object Versions {
|
||||
const val core = "2.0-M2-dev-4"
|
||||
const val console = "2.0-M2-dev-4"
|
||||
const val core = "2.0-M2-dev-10"
|
||||
const val console = "2.0-M2-dev-10"
|
||||
const val consoleGraphical = "0.0.7"
|
||||
const val consoleTerminal = console
|
||||
|
||||
|
@ -10,6 +10,6 @@
|
||||
package net.mamoe.mirai.console.gradle
|
||||
|
||||
internal object VersionConstants {
|
||||
const val CONSOLE_VERSION = "2.0-M2-dev-4" // value is written here automatically during build
|
||||
const val CORE_VERSION = "2.0-M2-dev-4" // value is written here automatically during build
|
||||
const val CONSOLE_VERSION = "2.0-M2-dev-10" // value is written here automatically during build
|
||||
const val CORE_VERSION = "2.0-M2-dev-10" // value is written here automatically during build
|
||||
}
|
Loading…
Reference in New Issue
Block a user