Bump version

This commit is contained in:
Lars Mueller 2023-03-04 15:06:56 +01:00
parent a6aaf9938c
commit 64c5a04a1f

@ -84,7 +84,7 @@ local rawget, rawset = rawget, rawset
modlib = setmetatable({}, { __index = load_module })
-- TODO bump on release
modlib.version = 98
modlib.version = 100
if minetest then
modlib.modname = minetest.get_current_modname()
@ -143,4 +143,4 @@ end
-- dofile(modlib.mod.get_resource("modlib", "build", "html_entities.lua"))
-- TODO verify localizations suffice
return modlib
return modlib