bump: 3.0.0 Beta3 74

This commit is contained in:
xkeyC
2025-11-26 16:25:21 +08:00
parent 7d6f7879c4
commit 28789792ce
3 changed files with 9 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
class ConstConf {
static const String appVersion = "3.0.0 Beta2";
static const int appVersionCode = 73;
static const String appVersionDate = "2025-11-24";
static const String appVersion = "3.0.0 Beta3";
static const int appVersionCode = 74;
static const String appVersionDate = "2025-11-26";
static const _gameChannels = ["LIVE", "4.0_PREVIEW", "PTU", "EPTU", "TECH-PREVIEW", "HOTFIX"];
static const isMSE = String.fromEnvironment("MSE", defaultValue: "false") == "true";
static const win32AppId = isMSE