From 7925bd7a8fc2de8c4eabe2a298435c190a15bcb9 Mon Sep 17 00:00:00 2001 From: "Johnny C. Lam" Date: Thu, 13 Dec 2018 23:46:13 -0500 Subject: [PATCH] Bump minor version to 6 for release. --- MooUnit-1.0.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MooUnit-1.0.lua b/MooUnit-1.0.lua index 51d215c..82d1083 100644 --- a/MooUnit-1.0.lua +++ b/MooUnit-1.0.lua @@ -4,7 +4,7 @@ See the file LICENSE.txt for copying permission. --]]-------------------------------------------------------------------- -local MAJOR, MINOR = "MooUnit-1.0", 5 +local MAJOR, MINOR = "MooUnit-1.0", 6 assert(LibStub, MAJOR .. " requires LibStub") assert(LibStub("CallbackHandler-1.0", true), MAJOR .. " requires CallbackHandler-1.0") local lib, oldminor = LibStub:NewLibrary(MAJOR, MINOR)