I think thats all thats needed

This commit is contained in:
2018-07-25 12:13:06 -04:00
parent dce6ea201e
commit 88dbb867a7
10 changed files with 454 additions and 19 deletions
+2 -2
View File
@@ -23,8 +23,8 @@ SOFTWARE.
]]
local bin = pcall(require,"bin")
local multi = {}
multi.Version = "2.0.0"
multi._VERSION = "2.0.0"
multi.Version = "12.0.0"
multi._VERSION = "12.0.0"
multi.stage = "stable"
multi.__index = multi
multi.Mainloop = {}