Release: 2.11.1 51

This commit is contained in:
2024-05-08 17:04:15 +08:00
parent 5eb0c6dda8
commit 725277eef7
2 changed files with 4 additions and 4 deletions

View File

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