fix: 更新 LeonOS 版本号至 0.1.1

将 _HOST 和 _VERSION 中的版本号从 0.1.0 更新至 0.1.1
This commit is contained in:
2025-09-01 09:39:03 +08:00
parent 42e5a053c4
commit 6f0a33f75d

View File

@@ -1,4 +1,4 @@
_G._HOST = _G._HOST .. " (LeonOS 0.1.0)" _G._HOST = _G._HOST .. " (LeonOS 0.1.1)"
local fs = rawget(_G, "fs") local fs = rawget(_G, "fs")
@@ -35,7 +35,7 @@ local rc = {
_VERSION = { _VERSION = {
major = 0, major = 0,
minor = 1, minor = 1,
patch = 0 patch = 1
}, },
queueEvent = pull(os, "queueEvent"), queueEvent = pull(os, "queueEvent"),
startTimer = pull(os, "startTimer"), startTimer = pull(os, "startTimer"),