Skip to content

Commit

Permalink
Rev minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
rossnichols committed Jan 8, 2021
1 parent 2e8209f commit ee02618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LibSerialize.lua
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ The type byte uses the following formats to implement the above:
* Followed by the type-dependent payload, including count(s) if needed
--]]

local MAJOR, MINOR = "LibSerialize", 2
local MAJOR, MINOR = "LibSerialize", 3
local LibSerialize
if LibStub then
LibSerialize = LibStub:NewLibrary(MAJOR, MINOR)
Expand Down

0 comments on commit ee02618

Please sign in to comment.