added ned version tag

Changed enough that it merited changing the version to 1.6.0
This commit is contained in:
Ryan 2017-06-20 23:34:06 -04:00
parent aad031062f
commit acbfef10cc

View File

@ -22,7 +22,7 @@ function print(...)
end end
end end
multi = {} multi = {}
multi.Version={1,5,0} multi.Version={1,6,0}
multi.stage='stable' multi.stage='stable'
multi.__index = multi multi.__index = multi
multi.Mainloop={} multi.Mainloop={}