I forgot to change the version to v1.12.1

This commit is contained in:
Ponali
2025-06-28 19:36:26 +02:00
parent d254768db0
commit 7485f4ffc6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
local loadfile = ...
local filesystem = loadfile("/halyde/lib/filesystem.lua")(loadfile)
_G._OSVERSION = "Halyde 1.12.0"
_G._OSVERSION = "Halyde 1.12.1"
_G._OSLOGO = ""
local handle, tmpdata = filesystem.open("/halyde/config/oslogo.ans", "r"), nil
repeat