Skip to content

Commit f932375

Browse files
authored
Set the version in the kernel!
1 parent 276f8c6 commit f932375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

miniOS/minios.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
_G._OSNAME = "miniOS"
2-
_G._OSVER = "0.6.1.3"
2+
_G._OSVER = "0.6.1.4"
33
_G._OSVERSION = _OSNAME .. " " .. _OSVER
44

55
--component code

0 commit comments

Comments
 (0)