mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-27 08:39:30 +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
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue