mirror of
https://github.com/appgurueu/modlib.git
synced 2024-11-22 07:13:45 +01:00
Add modlib.version
This commit is contained in:
parent
dcf56ace9f
commit
f14aef3899
2
init.lua
2
init.lua
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user