From 85c9fdba04e54f11eb078c5aeea2109399dfc9f5 Mon Sep 17 00:00:00 2001 From: Dennis-Florian Herr Date: Fri, 1 May 2020 02:29:05 +0200 Subject: [PATCH] Revision 12 --- LibThreatClassic2.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LibThreatClassic2.lua b/LibThreatClassic2.lua index 8f01e34..a173e40 100644 --- a/LibThreatClassic2.lua +++ b/LibThreatClassic2.lua @@ -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