Release: 2.11.0 50

This commit is contained in:
2024-05-07 21:11:23 +08:00
parent 348704c669
commit fb8ae2cb4f
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
class ConstConf {
static const String appVersion = "2.11.0 Beta";
static const int appVersionCode = 46;
static const String appVersionDate = "2024-03-30";
static const int appVersionCode = 50;
static const String appVersionDate = "2024-5-07";
static const gameChannels = ["LIVE", "PTU", "EPTU", "TECH-PREVIEW"];
static const isMSE =
String.fromEnvironment("MSE", defaultValue: "false") == "true";