Bump CraftOS version to 1.8

This commit is contained in:
Lignum 2017-05-06 23:26:45 +02:00
parent 423d5af87f
commit 2c7ee1d7e7
No known key found for this signature in database
GPG Key ID: 0889206F5A8A700D
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ end
-- Install lua parts of the os api
function os.version()
return "CraftOS 1.7"
return "CraftOS 1.8"
end
function os.pullEventRaw( sFilter )