From efde6f950752ca6cc11151035d3359e1e0319aae Mon Sep 17 00:00:00 2001 From: David Pierron Date: Fri, 3 Jan 2025 18:17:54 +0100 Subject: [PATCH] changed version --- CTLD.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CTLD.lua b/CTLD.lua index b17ad46..a4498a1 100644 --- a/CTLD.lua +++ b/CTLD.lua @@ -34,7 +34,7 @@ ctld = {} -- DONT REMOVE! ctld.Id = "CTLD - " --- Version. -ctld.Version = "202412.02" +ctld.Version = "1.2.0" -- To add debugging messages to dcs.log, change the following log levels to `true`; `Debug` is less detailed than `Trace` ctld.Debug = true