mirror of
https://github.com/StarCitizenToolBox/app.git
synced 2026-02-06 15:10:20 +00:00
bump: 3.1.0 80
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import 'dart:io';
|
||||
|
||||
class ConstConf {
|
||||
static const String appVersion = "3.0.0 Beta10";
|
||||
static const int appVersionCode = 79;
|
||||
static const String appVersionDate = "2025-12-27";
|
||||
static const String appVersion = "3.1.0";
|
||||
static const int appVersionCode = 80;
|
||||
static const String appVersionDate = "2026-01-19";
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user