Bump version

This commit is contained in:
Lars Mueller 2022-05-13 12:49:15 +02:00
parent e3d2d8fba9
commit 7989f40615

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