Add modlib.version

This commit is contained in:
Lars Mueller 2021-03-27 20:44:28 +01:00
parent dcf56ace9f
commit f14aef3899

@ -35,6 +35,8 @@ if _VERSION then
end
modlib = {
-- TODO bump on release
version = 54,
dir_delim = rawget(_G, "DIR_DELIM") or "/",
_RG = setmetatable({}, {
__index = function(_, index)