Bump version

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

@ -156,3 +156,10 @@ assert(rope:to_text() == "\100userdata")
* Minetest-like configuration files
4. [`json`](https://json.org)
* Not recommended
## Versions
### `rolling-56`
* Fixes `math.fround`
* Other minor fixes

@ -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)