This commit is contained in:
2024-11-23 22:45:25 +08:00
parent 4c6a5f7565
commit 4b70ec1914
4 changed files with 14 additions and 8 deletions

View File

@ -1,7 +1,7 @@
class ConstConf {
static const String appVersion = "2.13.2";
static const int appVersionCode = 60;
static const String appVersionDate = "2024-11-07";
static const String appVersion = "2.13.3";
static const int appVersionCode = 61;
static const String appVersionDate = "2024-11-23";
static const gameChannels = ["LIVE", "PTU", "EPTU", "TECH-PREVIEW", "HOTFIX"];
static const isMSE =
String.fromEnvironment("MSE", defaultValue: "false") == "true";