Updated the internal version #

This commit is contained in:
Ryan 2017-06-29 15:08:48 -04:00
parent f339b7bc22
commit 8997c7a301

View File

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