From 58caa61daa084ff8b01de18c0bba743252f4af53 Mon Sep 17 00:00:00 2001 From: Alar of Runetotem Date: Sun, 7 Apr 2024 20:34:37 +0200 Subject: [PATCH] 10.2.6 --- LibInit/LibInit.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LibInit/LibInit.lua b/LibInit/LibInit.lua index 7189e2b..46982ad 100644 --- a/LibInit/LibInit.lua +++ b/LibInit/LibInit.lua @@ -14,7 +14,7 @@ local me, ns = ... local __FILE__=tostring(debugstack(1,2,0):match("(.*):12:")) -- Always check line number in regexp and file local MAJOR_VERSION = "LibInit" -local MINOR_VERSION = 73 +local MINOR_VERSION = 74 local LibStub=LibStub local dprint=function() end local encapsulate = function ()