v1.8.2 - Fixed the version number not showing correctly.

This commit is contained in:
TheWahlolly
2025-05-31 11:14:59 +03:00
parent fad76dbbb5
commit 37a32069fd
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
local loadfile = ...
local filesystem = loadfile("/halyde/lib/filesystem.lua")(loadfile)
_G._OSVERSION = "Halyde 1.8.1"
_G._OSVERSION = "Halyde 1.8.2"
_G._OSLOGO = ""
local handle, tmpdata = filesystem.open("/halyde/config/oslogo.ans", "r"), nil
repeat