Updated bug version

This commit is contained in:
Ryan Ward 2020-02-21 21:14:24 -05:00
parent 3c2f7491f7
commit 04c17fe1e6

View File

@ -28,8 +28,8 @@ local thread = {}
if not _G["$multi"] then
_G["$multi"] = {multi=multi,thread=thread}
end
multi.Version = "14.1.1"
multi._VERSION = "14.1.1"
multi.Version = "14.1.2"
multi._VERSION = "14.1.2"
multi.stage = "stable"
multi.__index = multi
multi.Name = "multi.root"