Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Nov 8, 2023
1 parent 0ce80e7 commit 323e61a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
local _, tbl = ...
tbl.isRetail = true
tbl.dbmPrefix = "D5"
tbl.dbmRevision = "20231019035947"
tbl.dbmDisplayVersion = "10.1.30"
tbl.dbmReleaseRevision = "20231018000000"
tbl.dbmPForceDisable = 6
tbl.dbmRevision = "20231107204405"
tbl.dbmDisplayVersion = "10.2.1"
tbl.dbmReleaseRevision = "20231107000000"
tbl.dbmPForceDisable = 7
6 changes: 3 additions & 3 deletions Init_Wrath.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local _, tbl = ...
tbl.isClassic = true
tbl.isWrath = true
tbl.dbmPrefix = "D5WC"
tbl.dbmRevision = "20231014081759"
tbl.dbmDisplayVersion = "3.4.53"
tbl.dbmReleaseRevision = "20231014000000"
tbl.dbmRevision = "20231107223758"
tbl.dbmDisplayVersion = "3.4.54"
tbl.dbmReleaseRevision = "20231107000000"
tbl.dbmPForceDisable = 3
2 changes: 1 addition & 1 deletion 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 = 294
local BIGWIGS_VERSION = 295
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

0 comments on commit 323e61a

Please sign in to comment.