Bump version

This commit is contained in:
Lars Mueller 2023-04-02 15:10:53 +02:00
parent fc0585e86c
commit 6ba9ec8fac

@ -84,7 +84,7 @@ local rawget, rawset = rawget, rawset
modlib = setmetatable({}, { __index = load_module })
-- TODO bump on release
modlib.version = 101
modlib.version = 102
if minetest then
modlib.modname = minetest.get_current_modname()