Bump version

This commit is contained in:
Lars Mueller 2021-04-23 19:35:03 +02:00
parent 7c1729acf9
commit 68f6573ff5
2 changed files with 6 additions and 2 deletions

@ -222,7 +222,11 @@ This is best left explicit. First, you shouldn't be using numbered field keys if
4. [`json`](https://json.org) 4. [`json`](https://json.org)
* Not recommended * Not recommended
## Versions ## Release Notes
### `rolling-68`
* Replace changelog by release notes (see the commit log for changes)
### `rolling-67` ### `rolling-67`

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