mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-11 02:50:15 +08:00
2.4-M1
This commit is contained in:
parent
4a60a52faf
commit
626b8d600b
@ -14,8 +14,8 @@ import java.time.Instant
|
|||||||
|
|
||||||
internal object MiraiConsoleBuildConstants { // auto-filled on build (task :mirai-console:fillBuildConstants)
|
internal object MiraiConsoleBuildConstants { // auto-filled on build (task :mirai-console:fillBuildConstants)
|
||||||
@JvmStatic
|
@JvmStatic
|
||||||
val buildDate: Instant = Instant.ofEpochSecond(1612539167)
|
val buildDate: Instant = Instant.ofEpochSecond(1612679428)
|
||||||
const val versionConst: String = "2.4.0-dev-1"
|
const val versionConst: String = "2.4-M1"
|
||||||
|
|
||||||
@JvmStatic
|
@JvmStatic
|
||||||
val version: SemVersion = SemVersion(versionConst)
|
val version: SemVersion = SemVersion(versionConst)
|
||||||
|
@ -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 = "2.4.0-dev-1" // value is written here automatically during build
|
const val CONSOLE_VERSION = "2.4-M1" // value is written here automatically during build
|
||||||
const val CORE_VERSION = "2.4.0-dev-1" // value is written here automatically during build
|
const val CORE_VERSION = "2.4-M1" // value is written here automatically during build
|
||||||
}
|
}
|
@ -1,7 +1,7 @@
|
|||||||
plugins {
|
plugins {
|
||||||
kotlin("jvm") version "1.4.20"
|
kotlin("jvm") version "1.4.20"
|
||||||
kotlin("plugin.serialization") version "1.4.20"
|
kotlin("plugin.serialization") version "1.4.20"
|
||||||
id("net.mamoe.mirai-console") version "2.3.2"
|
id("net.mamoe.mirai-console") version "2.4-M1"
|
||||||
java
|
java
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user