Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Oct 1, 2024
1 parent 534c390 commit 986791e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 = 364
local BIGWIGS_VERSION = 365
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 @@ -1466,8 +1466,8 @@ end
--

do
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 DBMdotRevision = "20240928073327" -- The changing version of the local client, changes with every new zip using the project-date-integer packager replacement.
local DBMdotDisplayVersion = "11.0.19" -- "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"
Expand Down

0 comments on commit 986791e

Please sign in to comment.