Bump version

This commit is contained in:
Lars Mueller 2022-06-27 21:20:29 +02:00
parent 21e97ca329
commit cc0a56dd7a

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