Bump version

This commit is contained in:
Lars Mueller 2021-04-21 21:40:07 +02:00
parent 7e00e3a237
commit 95e4caa2f8
2 changed files with 5 additions and 1 deletions

@ -224,6 +224,10 @@ This is best left explicit. First, you shouldn't be using numbered field keys if
## Versions
### `rolling-66`
* Adds `modlib.persistence.lua_log_file`
### `rolling-62`
* Fix `modlib.func.curry_tail`

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