Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Sep 14, 2024
1 parent 6be4c82 commit 3aa6ef3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Loader.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ local strfind = string.find
-- Generate our version variables
--

local BIGWIGS_VERSION = 358
local BIGWIGS_VERSION = 359
local BIGWIGS_RELEASE_STRING, BIGWIGS_VERSION_STRING
local versionQueryString, versionResponseString = "Q^%d^%s^%d^%s", "V^%d^%s^%d^%s"
local customGuildName = false
Expand Down Expand Up @@ -1464,9 +1464,9 @@ end
--

do
local DBMdotRevision = "20240912083714" -- The changing version of the local client, changes with every new zip using the project-date-integer packager replacement.
local DBMdotDisplayVersion = "11.0.8" -- "N.N.N" for a release and "N.N.N alpha" for the alpha duration.
local DBMdotReleaseRevision = "20240912000000" -- 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 = "20240913012031" -- The changing version of the local client, changes with every new zip using the project-date-integer packager replacement.
local DBMdotDisplayVersion = "11.0.10" -- "N.N.N" for a release and "N.N.N alpha" for the alpha duration.
local DBMdotReleaseRevision = "20240912120000" -- 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
Expand Down

0 comments on commit 3aa6ef3

Please sign in to comment.