Bump version

This commit is contained in:
Lars Mueller 2021-06-18 20:58:21 +02:00
parent 245284f5f8
commit 56ad946ec0
2 changed files with 7 additions and 1 deletions

@ -242,6 +242,12 @@ A schematic format with support for metadata and baked light data. **Experimenta
## Release Notes
### `rolling-70`
* Fixes module environments once and for all
* Fixes vector aliases
* Presumably boosts performance
### `rolling-69`
* Fixes various things, **most importantly modules indexing the global table**

@ -89,7 +89,7 @@ end
local rawget, rawset = rawget, rawset
modlib = setmetatable({
-- TODO bump on release
version = 69,
version = 70,
modname = minetest and minetest.get_current_modname(),
-- TODO
dir_delim = rawget(_G, "DIR_DELIM") or "/",