From 3658793adb0db7428f6e081e3b4babc530c5cef6 Mon Sep 17 00:00:00 2001 From: funkydude Date: Wed, 4 Dec 2024 23:50:05 +0000 Subject: [PATCH] bump version --- Loader.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Loader.lua b/Loader.lua index 25da62566..d8fdb1d91 100644 --- a/Loader.lua +++ b/Loader.lua @@ -12,7 +12,7 @@ local strfind = string.find -- Generate our version variables -- -local BIGWIGS_VERSION = 368 +local BIGWIGS_VERSION = 369 local BIGWIGS_RELEASE_STRING, BIGWIGS_VERSION_STRING local versionQueryString, versionResponseString = "Q^%d^%s^%d^%s", "V^%d^%s^%d^%s" local customGuildName = false @@ -1470,12 +1470,12 @@ end -- do - local DBMdotRevision = "20241120155157" -- The changing version of the local client, changes with every new zip using the project-date-integer packager replacement. - local DBMdotDisplayVersion = "11.0.31" -- "N.N.N" for a release and "N.N.N alpha" for the alpha duration. - local DBMdotReleaseRevision = "20241120000000" -- 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 DBMdotRevision = "20241204054959" -- The changing version of the local client, changes with every new zip using the project-date-integer packager replacement. + local DBMdotDisplayVersion = "11.0.34" -- "N.N.N" for a release and "N.N.N alpha" for the alpha duration. + local DBMdotReleaseRevision = "20241204000000" -- 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 = 3 local versionPrefix = "V" - local PForceDisable = public.isRetail and 15 or 14 + local PForceDisable = 15 local timer = nil local function sendDBMMsg()