Skip to content

Commit

Permalink
incrementing release number
Browse files Browse the repository at this point in the history
  • Loading branch information
Vapok committed Jun 30, 2020
1 parent 88b75cf commit a69cae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ core.EncounterList = { -- Event IDs must be in the exact same order as core
core.CommDKPUI = {} -- global storing entire Configuration UI to hide/show UI
core.MonVersion = "v3.0.1";
core.BuildNumber = 30001;
core.ReleaseNumber = 33
core.ReleaseNumber = 34
core.defaultTable = "__default";
core.SemVer = core.MonVersion.."-r"..tostring(core.ReleaseNumber);
core.UpgradeSchema = false;
Expand Down

0 comments on commit a69cae7

Please sign in to comment.