v1.3.1 - Fixed a small bug with ag update where it would try to remove the version number.

This commit is contained in:
TheWahlolly
2025-05-21 16:35:59 +03:00
parent af78ccd373
commit 6f4cb4acb0
4 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
local loadfile = ...
local filesystem = loadfile("/halyde/lib/filesystem.lua")(loadfile)
_G._OSVERSION = "Halyde 1.3.0"
_G._OSVERSION = "Halyde 1.3.1"
_G._OSLOGO = ""
local handle, tmpdata = filesystem.open("/halyde/config/oslogo.ans", "r"), nil
repeat