From e59bc50e6c51977347b140b036f7d762e0ed288d Mon Sep 17 00:00:00 2001 From: David Pierron Date: Sat, 22 Nov 2025 11:53:11 +0100 Subject: [PATCH] version pushed to 1.6.0-alpha (for testing) --- CTLD.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CTLD.lua b/CTLD.lua index adbd8e1..d2e4b92 100644 --- a/CTLD.lua +++ b/CTLD.lua @@ -41,7 +41,7 @@ end ctld.Id = "CTLD - " --- Version. -ctld.Version = "1.5.3" +ctld.Version = "1.6.0-alpha" -- To add debugging messages to dcs.log, change the following log levels to `true`; `Debug` is less detailed than `Trace` ctld.Debug = false