Skip to content

Commit

Permalink
Bump minor version to 6 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnylam88 committed Dec 14, 2018
1 parent a9a438d commit 7925bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MooUnit-1.0.lua
Expand Up @@ -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)
Expand Down

0 comments on commit 7925bd7

Please sign in to comment.