v1.11.1 - Added lscor to help (by @mikethe223) and changed the version number accordingly

This commit is contained in:
TheWahlolly
2025-06-26 19:22:51 +03:00
parent 235db61a01
commit 06b8847e03
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
local loadfile = ...
local filesystem = loadfile("/halyde/lib/filesystem.lua")(loadfile)
_G._OSVERSION = "Halyde 1.10.0"
_G._OSVERSION = "Halyde 1.11.1"
_G._OSLOGO = ""
local handle, tmpdata = filesystem.open("/halyde/config/oslogo.ans", "r"), nil
repeat