ConanServerManager/lib/consts.dart
zontreck 317df007d4 Refactor: Fix slow initial server start
Moved hashing to first update check
2025-01-04 17:50:10 -07:00

5 lines
187 B
Dart

class Consts {
static const VERSION = "1.1.010425.1748";
static const MF_VER_URL =
"https://git.zontreck.com/AriasCreations/ConanServerManager/raw/branch/master/MASTER_FILE";
}