Bump version

master
Lars Mueller 2021-03-30 18:10:50 +02:00
parent 859d617138
commit ab37e3a606
2 changed files with 9 additions and 2 deletions

View File

@ -155,4 +155,11 @@ assert(rope:to_text() == "\100userdata")
3. [`conf`](https://github.com/minetest/minetest/blob/master/doc/lua_api.txt)
* Minetest-like configuration files
4. [`json`](https://json.org)
* Not recommended
* Not recommended
## Versions
### `rolling-56`
* Fixes `math.fround`
* Other minor fixes

View File

@ -36,7 +36,7 @@ end
modlib = {
-- TODO bump on release
version = 55,
version = 56,
dir_delim = rawget(_G, "DIR_DELIM") or "/",
_RG = setmetatable({}, {
__index = function(_, index)