v0.3.1 (again) - I forgot to update the version in the file :/

This commit is contained in:
Ponali
2025-04-08 20:04:21 +02:00
parent 6f1508d1bf
commit 247d32112c
+1 -1
View File
@@ -1,7 +1,7 @@
local loadfile = ... local loadfile = ...
local filesystem = loadfile("/halyde/lib/filesystem.lua")(loadfile) local filesystem = loadfile("/halyde/lib/filesystem.lua")(loadfile)
_G._OSVERSION = "Halyde 0.2.0" _G._OSVERSION = "Halyde 0.3.1"
function _G.import(module, ...) function _G.import(module, ...)
local args = table.pack(...) local args = table.pack(...)