Updated version

This commit is contained in:
Ryan Ward 2023-01-07 01:35:32 -05:00
parent a81e55f41c
commit cf980951a4

View File

@ -35,7 +35,7 @@ if not _G["$multi"] then
_G["$multi"] = {multi=multi,thread=thread} _G["$multi"] = {multi=multi,thread=thread}
end end
multi.Version = "15.3.1" multi.Version = "16.0.0"
multi.Name = "root" multi.Name = "root"
multi.NIL = {Type="NIL"} multi.NIL = {Type="NIL"}
local NIL = multi.NIL local NIL = multi.NIL