1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-27 16:49:31 +00:00

Bump version

This commit is contained in:
Étienne Fildadut 2022-09-28 18:44:06 +09:00
parent 5e441886c0
commit f37fbb7594

View file

@ -55,13 +55,13 @@ local anselme = {
-- * `api`, which is incremented at each update which may break Lua API compatibility -- * `api`, which is incremented at each update which may break Lua API compatibility
versions = { versions = {
save = 2, save = 2,
language = 24, language = 25,
api = 5 api = 6
}, },
--- General version number. --- General version number.
-- --
-- It is incremented at each update. -- It is incremented at each update.
version = 25, version = 26,
--- Currently running [interpreter](#interpreters). --- Currently running [interpreter](#interpreters).
-- `nil` if no interpreter running. -- `nil` if no interpreter running.
running = nil running = nil