From 509f65b1655c203fccf1c6e4efe4ca171ee7fb7a Mon Sep 17 00:00:00 2001 From: xkeyC <3334969096@qq.com> Date: Mon, 24 Nov 2025 14:48:58 +0800 Subject: [PATCH] bump: version --- lib/common/conf/conf.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/common/conf/conf.dart b/lib/common/conf/conf.dart index ffb73ac..b37cd6b 100644 --- a/lib/common/conf/conf.dart +++ b/lib/common/conf/conf.dart @@ -1,7 +1,7 @@ class ConstConf { - static const String appVersion = "3.0.0 Beta"; - static const int appVersionCode = 72; - static const String appVersionDate = "2025-11-21"; + static const String appVersion = "3.0.0 Beta2"; + static const int appVersionCode = 73; + static const String appVersionDate = "2025-11-24"; 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