Skip to content

Commit

Permalink
bump version to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
christophrus committed Oct 4, 2019
1 parent 9847148 commit 159b31a
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 = "7"; -- changing this number will force a saved data purge
local CensusPlus_Version_Minor = "8"; -- 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 159b31a

Please sign in to comment.