Skip to content

Commit

Permalink
Revision 12
Browse files Browse the repository at this point in the history
  • Loading branch information
dfherr committed May 1, 2020
1 parent 15663d1 commit 85c9fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LibThreatClassic2.lua
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ if _G.WOW_PROJECT_ID ~= _G.WOW_PROJECT_CLASSIC then return end

_G.THREATLIB_LOAD_MODULES = false -- don't load modules unless we update this file

local MAJOR, MINOR = "LibThreatClassic2", 11 -- Bump minor on changes, Major is constant lib identifier
local MAJOR, MINOR = "LibThreatClassic2", 12 -- Bump minor on changes, Major is constant lib identifier
assert(LibStub, MAJOR .. " requires LibStub")

-- if this version or a newer one is already installed, go no further
Expand Down

0 comments on commit 85c9fdb

Please sign in to comment.