mirror of
https://github.com/appgurueu/modlib.git
synced 2025-03-30 13:42:43 +02:00
Bump version
This commit is contained in:
2
init.lua
2
init.lua
@ -119,7 +119,7 @@ end
|
||||
local rawget, rawset = rawget, rawset
|
||||
modlib = setmetatable({
|
||||
-- TODO bump on release
|
||||
version = 89,
|
||||
version = 90,
|
||||
modname = minetest and minetest.get_current_modname(),
|
||||
_RG = setmetatable({}, {
|
||||
__index = function(_, index)
|
||||
|
Reference in New Issue
Block a user