From 417c57f97c61931e08d894cc9f85d0372f47be79 Mon Sep 17 00:00:00 2001 From: David Pierron Date: Thu, 31 Jul 2025 08:16:42 +0200 Subject: [PATCH] Bump version to 1.5.1 for release --- CTLD.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CTLD.lua b/CTLD.lua index e44ca21..277b3e3 100644 --- a/CTLD.lua +++ b/CTLD.lua @@ -40,7 +40,7 @@ end ctld.Id = "CTLD - " --- Version. -ctld.Version = "1.5.0" +ctld.Version = "1.5.1" -- To add debugging messages to dcs.log, change the following log levels to `true`; `Debug` is less detailed than `Trace` ctld.Debug = false