From cf980951a4dc6ba0a01011fcbd7807783cee6d0e Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Sat, 7 Jan 2023 01:35:32 -0500 Subject: [PATCH] Updated version --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 60b966e..118caa6 100644 --- a/init.lua +++ b/init.lua @@ -35,7 +35,7 @@ if not _G["$multi"] then _G["$multi"] = {multi=multi,thread=thread} end -multi.Version = "15.3.1" +multi.Version = "16.0.0" multi.Name = "root" multi.NIL = {Type="NIL"} local NIL = multi.NIL