bump: App to 2.11.2

This commit is contained in:
2024-06-17 20:16:56 +08:00
parent f88f73d3a8
commit a9980208d3
2 changed files with 4 additions and 4 deletions

View File

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