mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-11 02:50:15 +08:00
2.2.1
This commit is contained in:
parent
3bfb570e69
commit
24c0482d50
@ -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(1612010283)
|
val buildDate: Instant = Instant.ofEpochSecond(1612015220)
|
||||||
const val versionConst: String = "2.2.0"
|
const val versionConst: String = "2.2.1"
|
||||||
|
|
||||||
@JvmStatic
|
@JvmStatic
|
||||||
val version: SemVersion = SemVersion(versionConst)
|
val version: SemVersion = SemVersion(versionConst)
|
||||||
|
@ -12,8 +12,8 @@
|
|||||||
import org.gradle.api.attributes.Attribute
|
import org.gradle.api.attributes.Attribute
|
||||||
|
|
||||||
object Versions {
|
object Versions {
|
||||||
const val core = "2.2.0" // WARNING: This might not be up-to-date since included in mirai build.
|
const val core = "2.2.1" // WARNING: This might not be up-to-date since included in mirai build.
|
||||||
const val console = "2.2.0"
|
const val console = "2.2.1"
|
||||||
const val consoleGraphical = "0.0.7"
|
const val consoleGraphical = "0.0.7"
|
||||||
const val consoleTerminal = console
|
const val consoleTerminal = console
|
||||||
|
|
||||||
|
@ -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.2.0" // value is written here automatically during build
|
const val CONSOLE_VERSION = "2.2.1" // value is written here automatically during build
|
||||||
const val CORE_VERSION = "2.2.0" // value is written here automatically during build
|
const val CORE_VERSION = "2.2.1" // value is written here automatically during build
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user