mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-13 06:30:13 +08:00
Fill MiraiConsoleBuildConstants for debug use
This commit is contained in:
parent
c25733b8ac
commit
18bf3bd563
@ -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(1599005996)
|
||||
val buildDate: Instant = Instant.ofEpochSecond(1599934775)
|
||||
|
||||
@JvmStatic
|
||||
val version: Semver = Semver("1.0-M4-dev-3", Semver.SemverType.LOOSE)
|
||||
val version: Semver = Semver("1.0-M4", Semver.SemverType.LOOSE)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user