From 5dc674d2a9a6939b50376cb3a1d9d92f14bb66ac Mon Sep 17 00:00:00 2001 From: funkydude Date: Fri, 27 Sep 2024 14:41:21 +0100 Subject: [PATCH] bump version --- Loader.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Loader.lua b/Loader.lua index f5221a7e7..18dc7795d 100644 --- a/Loader.lua +++ b/Loader.lua @@ -12,7 +12,7 @@ local strfind = string.find -- Generate our version variables -- -local BIGWIGS_VERSION = 363 +local BIGWIGS_VERSION = 364 local BIGWIGS_RELEASE_STRING, BIGWIGS_VERSION_STRING local versionQueryString, versionResponseString = "Q^%d^%s^%d^%s", "V^%d^%s^%d^%s" local customGuildName = false @@ -1466,9 +1466,9 @@ end -- do - local DBMdotRevision = "20240921150709" -- The changing version of the local client, changes with every new zip using the project-date-integer packager replacement. - local DBMdotDisplayVersion = "11.0.15" -- "N.N.N" for a release and "N.N.N alpha" for the alpha duration. - local DBMdotReleaseRevision = "20240921000000" -- 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 = "20240927002422" -- The changing version of the local client, changes with every new zip using the project-date-integer packager replacement. + local DBMdotDisplayVersion = "11.0.17" -- "N.N.N" for a release and "N.N.N alpha" for the alpha duration. + local DBMdotReleaseRevision = "20240926000000" -- 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