Bump version

This commit is contained in:
Lars Mueller 2021-08-09 15:24:01 +02:00
parent b8d8d3c4d1
commit e743a6f037

@ -91,7 +91,7 @@ end
local rawget, rawset = rawget, rawset
modlib = setmetatable({
-- TODO bump on release
version = 70,
version = 72,
modname = minetest and minetest.get_current_modname(),
-- TODO
dir_delim = rawget(_G, "DIR_DELIM") or "/",