mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-06-28 00:54:44 +08:00
Release: 2.13.1
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
class ConstConf {
|
||||
static const String appVersion = "2.13.0";
|
||||
static const int appVersionCode = 58;
|
||||
static const String appVersionDate = "2024-11-03";
|
||||
static const String appVersion = "2.13.1";
|
||||
static const int appVersionCode = 59;
|
||||
static const String appVersionDate = "2024-11-07";
|
||||
static const gameChannels = ["LIVE", "PTU", "EPTU", "TECH-PREVIEW", "HOTFIX"];
|
||||
static const isMSE =
|
||||
String.fromEnvironment("MSE", defaultValue: "false") == "true";
|
||||
|
Reference in New Issue
Block a user