From 121297a14876ee83d33f0e2b48e5192099323392 Mon Sep 17 00:00:00 2001 From: funkydude Date: Wed, 12 Jul 2023 01:09:28 +0100 Subject: [PATCH] bump version --- Loader.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Loader.lua b/Loader.lua index b2dc143bbe..0162f52ce6 100644 --- a/Loader.lua +++ b/Loader.lua @@ -22,7 +22,7 @@ local strfind = string.find -- Generate our version variables -- -local BIGWIGS_VERSION = 285 +local BIGWIGS_VERSION = 286 local BIGWIGS_RELEASE_STRING, BIGWIGS_VERSION_STRING local versionQueryString, versionResponseString = "Q^%d^%s^%d^%s", "V^%d^%s^%d^%s" local customGuildName = false @@ -1134,9 +1134,9 @@ end -- do - local DBMdotRevision = "20230606101623" -- The changing version of the local client, changes with every new zip using the project-date-integer packager replacement. - local DBMdotDisplayVersion = "10.1.12" -- "N.N.N" for a release and "N.N.N alpha" for the alpha duration. - local DBMdotReleaseRevision = "20230606000000" -- 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 = "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 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