Skip to content

Commit

Permalink
bump alphas
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed Aug 29, 2023
1 parent 322cbac commit 26ca7b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DBM-Core/DBM-Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -80,19 +80,19 @@ local bwVersionResponseString = "V^%d^%s"
local PForceDisable
-- The string that is shown as version
if isRetail then
DBM.DisplayVersion = "10.1.25"
DBM.DisplayVersion = "10.1.26 alpha"
DBM.ReleaseRevision = releaseDate(2023, 8, 29) -- the date of the latest stable version that is available, optionally pass hours, minutes, and seconds for multiple releases in one day
PForceDisable = 6--When this is incremented, trigger force disable regardless of major patch
elseif isClassic then
DBM.DisplayVersion = "1.14.46"
DBM.DisplayVersion = "1.14.47 alpha"
DBM.ReleaseRevision = releaseDate(2023, 8, 29) -- the date of the latest stable version that is available, optionally pass hours, minutes, and seconds for multiple releases in one day
PForceDisable = 3--When this is incremented, trigger force disable regardless of major patch
elseif isBCC then
DBM.DisplayVersion = "2.6.0 alpha"--When TBC returns (and it will one day). It'll probably be game version 2.6
DBM.ReleaseRevision = releaseDate(2023, 8, 21) -- the date of the latest stable version that is available, optionally pass hours, minutes, and seconds for multiple releases in one day
PForceDisable = 2--When this is incremented, trigger force disable regardless of major patch
elseif isWrath then
DBM.DisplayVersion = "3.4.50"
DBM.DisplayVersion = "3.4.51 alpha"
DBM.ReleaseRevision = releaseDate(2023, 8, 29) -- the date of the latest stable version that is available, optionally pass hours, minutes, and seconds for multiple releases in one day
PForceDisable = 2--When this is incremented, trigger force disable regardless of major patch
end
Expand Down

0 comments on commit 26ca7b2

Please sign in to comment.