Release: 2.12.3

This commit is contained in:
2024-10-07 12:58:50 +08:00
parent f81aae82ab
commit e37acfdaed
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
class ConstConf {
static const String appVersion = "2.12.2";
static const int appVersionCode = 56;
static const String appVersionDate = "2024-6-28";
static const String appVersion = "2.12.3";
static const int appVersionCode = 57;
static const String appVersionDate = "2024-10-07";
static const gameChannels = ["LIVE", "PTU", "EPTU", "TECH-PREVIEW", "HOTFIX"];
static const isMSE =
String.fromEnvironment("MSE", defaultValue: "false") == "true";