Bump version

master
Lars Mueller 2021-03-31 23:42:41 +02:00
parent 76a17be124
commit 41f25a9e31
2 changed files with 5 additions and 1 deletions

View File

@ -207,6 +207,10 @@ This is best left explicit. First, you shouldn't be using numbered field keys if
## Versions
### `rolling-59`
* Schema failing check handling fixes
### `rolling-58`
* Schema improvements & docs

View File

@ -77,7 +77,7 @@ end
local load_module, get_resource, loadfile_exports
modlib = setmetatable({
-- TODO bump on release
version = 58,
version = 59,
modname = minetest and minetest.get_current_modname(),
dir_delim = rawget(_G, "DIR_DELIM") or "/",
_RG = setmetatable({}, {