Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Jul 12, 2023
1 parent 82445c0 commit 121297a
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 @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 121297a

Please sign in to comment.