mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-10 18:40:15 +08:00
parent
d8f5615c4d
commit
e4398f8454
@ -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(1618994249)
|
val buildDate: Instant = Instant.ofEpochSecond(1618556788)
|
||||||
const val versionConst: String = "2.6.2"
|
const val versionConst: String = "2.6.1"
|
||||||
|
|
||||||
@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.6.2" // value is written here automatically during build
|
const val CONSOLE_VERSION = "2.6.1" // value is written here automatically during build
|
||||||
const val CORE_VERSION = "2.6.2" // value is written here automatically during build
|
const val CORE_VERSION = "2.6.1" // value is written here automatically during build
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user