Skip to content

Commit 9b49b21

Browse files
committed
bump version
1 parent e6a8d63 commit 9b49b21

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: Loader.lua

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ local strfind = string.find
1212
-- Generate our version variables
1313
--
1414

15-
local BIGWIGS_VERSION = 372
15+
local BIGWIGS_VERSION = 373
1616
local BIGWIGS_RELEASE_STRING, BIGWIGS_VERSION_STRING
1717
local versionQueryString, versionResponseString = "Q^%d^%s^%d^%s", "V^%d^%s^%d^%s"
1818
local customGuildName = false
@@ -1482,9 +1482,9 @@ end
14821482
--
14831483

14841484
do
1485-
local DBMdotRevision = "20250208184718" -- The changing version of the local client, changes with every new zip using the project-date-integer packager replacement.
1486-
local DBMdotDisplayVersion = "11.1.4" -- "N.N.N" for a release and "N.N.N alpha" for the alpha duration.
1487-
local DBMdotReleaseRevision = "20250208000000" -- 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.
1485+
local DBMdotRevision = "20250228093739" -- The changing version of the local client, changes with every new zip using the project-date-integer packager replacement.
1486+
local DBMdotDisplayVersion = "11.1.5" -- "N.N.N" for a release and "N.N.N alpha" for the alpha duration.
1487+
local DBMdotReleaseRevision = "20250228000000" -- 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.
14881488
local protocol = 3
14891489
local versionPrefix = "V"
14901490
local PForceDisable = 16

0 commit comments

Comments
 (0)