diff --git a/Loader.lua b/Loader.lua index 3a71aa9ead..25681ec8c8 100644 --- a/Loader.lua +++ b/Loader.lua @@ -12,7 +12,7 @@ local strfind = string.find -- Generate our version variables -- -local BIGWIGS_VERSION = 354 +local BIGWIGS_VERSION = 355 local BIGWIGS_RELEASE_STRING, BIGWIGS_VERSION_STRING local versionQueryString, versionResponseString = "Q^%d^%s^%d^%s", "V^%d^%s^%d^%s" local customGuildName = false @@ -1460,9 +1460,9 @@ end -- do - local DBMdotRevision = "20240728191115" -- The changing version of the local client, changes with every new zip using the project-date-integer packager replacement. - local DBMdotDisplayVersion = "11.0.2" -- "N.N.N" for a release and "N.N.N alpha" for the alpha duration. - local DBMdotReleaseRevision = "20240728000000" -- 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 = "20240823063645" -- The changing version of the local client, changes with every new zip using the project-date-integer packager replacement. + local DBMdotDisplayVersion = "11.0.3" -- "N.N.N" for a release and "N.N.N alpha" for the alpha duration. + local DBMdotReleaseRevision = "20240823000000" -- 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 = 14