From 91d6e9a8f2a8128c76dc436a724a3286028b44fc Mon Sep 17 00:00:00 2001 From: funkydude Date: Thu, 13 Jul 2023 00:00:48 +0100 Subject: [PATCH] bump version --- Loader.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Loader.lua b/Loader.lua index 0162f52ce6..64977e1a3e 100644 --- a/Loader.lua +++ b/Loader.lua @@ -1134,12 +1134,12 @@ end -- do - local DBMdotRevision = "20230711081027" -- The changing version of the local client, changes with every new zip using the project-date-integer packager replacement. - local DBMdotDisplayVersion = "10.1.14" -- "N.N.N" for a release and "N.N.N alpha" for the alpha duration. + local DBMdotRevision = "20230712023914" -- The changing version of the local client, changes with every new zip using the project-date-integer packager replacement. + local DBMdotDisplayVersion = "10.1.15" -- "N.N.N" for a release and "N.N.N alpha" for the alpha duration. local DBMdotReleaseRevision = "20230711000000" -- Hardcoded time, manually changed every release, they use it to track the highest release version, a new DBM release is the only time it will change. local protocol = 2 local versionPrefix = "V" - local PForceDisable = 4 + local PForceDisable = 5 local timer = nil local function sendMsg()