Skip to content

Commit

Permalink
bump to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
christophrus committed Oct 1, 2019
1 parent 44fec30 commit e2c8612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CensusPlusClassic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ CPp.TZWarningSent = false; -- not used?

-- Constants
local CensusPlus_Version_Major = "0"; -- changing this number will force a saved data purge
local CensusPlus_Version_Minor = "5"; -- changing this number will force a saved data purge
local CensusPlus_Version_Minor = "7"; -- changing this number will force a saved data purge
local CensusPlus_Version_Maint = "0";
local CensusPlus_SubVersion = "";
--local CensusPlus_VERSION = "WoD"
Expand Down

0 comments on commit e2c8612

Please sign in to comment.