Bump version

This commit is contained in:
Lars Mueller 2022-05-12 10:45:07 +02:00
parent 912f2f01a0
commit f0d888d44d

@ -119,7 +119,7 @@ end
local rawget, rawset = rawget, rawset
modlib = setmetatable({
-- TODO bump on release
version = 88,
version = 89,
modname = minetest and minetest.get_current_modname(),
_RG = setmetatable({}, {
__index = function(_, index)