1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-27 08:39:30 +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
versions = {
save = 2,
language = 24,
api = 5
language = 25,
api = 6
},
--- General version number.
--
-- It is incremented at each update.
version = 25,
version = 26,
--- Currently running [interpreter](#interpreters).
-- `nil` if no interpreter running.
running = nil