|
@@ -15,7 +15,7 @@ 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(1628666895)
|
|
val buildDate: Instant = Instant.ofEpochSecond(1628666895)
|
|
|
- const val versionConst: String = "2.7-RC"
|
|
|
|
|
|
|
+ const val versionConst: String = "2.7.0"
|
|
|
|
|
|
|
|
@JvmStatic
|
|
@JvmStatic
|
|
|
val version: SemVersion = SemVersion(versionConst)
|
|
val version: SemVersion = SemVersion(versionConst)
|