bump: version

This commit is contained in:
xkeyC 2025-11-24 14:48:58 +08:00
parent f9c06c0980
commit 509f65b165

View File

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