Bump version

This commit is contained in:
Lars Mueller 2022-05-13 11:37:24 +02:00
parent 0a6d3b9848
commit 49472bfc66

@ -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)