added version parm

This commit is contained in:
iTracerFacer 2025-11-15 02:08:35 -06:00
parent 88c159d52a
commit 4d74bb935e
2 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@
-- #region Config
local CTLD = {}
CTLD.Version = '1.0.1'
CTLD.__index = CTLD
CTLD._lastSalvageInterval = CTLD._lastSalvageInterval or 0
CTLD._playerUnitPrefs = CTLD._playerUnitPrefs or {}

View File

@ -30,7 +30,7 @@ end
local FAC = {}
FAC.__index = FAC
FAC.Version = '1.0.0'
FAC.Version = '1.0.1'
local LOG_NONE = 0
local LOG_ERROR = 1