Add constant version check URL

This commit is contained in:
zontreck 2025-01-04 17:37:17 -07:00
parent bb34d0a099
commit 022af555cd

View file

@ -1,3 +1,5 @@
class Consts {
static const VERSION = "1.1.010425.1723";
static const MF_VER_URL =
"https://git.zontreck.com/AriasCreations/ConanServerManager/raw/branch/master/MASTER_FILE";
}