mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-27 16:49:31 +00:00
Bump version
This commit is contained in:
parent
5e441886c0
commit
f37fbb7594
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue