Release: 2.13.0 58

This commit is contained in:
2024-11-03 18:33:47 +08:00
parent 8a58719908
commit 8d07af2253
3 changed files with 6 additions and 6 deletions

View File

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