Skip to content

Commit

Permalink
Update Core.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Taidtuskecyh authored Sep 2, 2021
1 parent 05b1cd9 commit c99cb5e
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 @@ -171,7 +171,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.2.9";
core.BuildNumber = 30209;
core.ReleaseNumber = 71
core.ReleaseNumber = 72
core.defaultTable = "__default";
core.SemVer = core.MonVersion.."-r"..tostring(core.ReleaseNumber);
core.UpgradeSchema = false;
Expand Down

0 comments on commit c99cb5e

Please sign in to comment.