mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-27 16:49:31 +00:00
Bump version
And happy new year.
This commit is contained in:
parent
861877503a
commit
1eceadafc6
1 changed files with 4 additions and 4 deletions
|
|
@ -54,16 +54,16 @@ local parser, State
|
||||||
|
|
||||||
local anselme = {
|
local anselme = {
|
||||||
--- Global version string. Follow semver.
|
--- Global version string. Follow semver.
|
||||||
version = "2.0.0-alpha",
|
version = "2.0.0-beta",
|
||||||
|
|
||||||
--- Table containing per-category version numbers. Incremented by one for any change that may break compatibility.
|
--- Table containing per-category version numbers. Incremented by one for any change that may break compatibility.
|
||||||
versions = {
|
versions = {
|
||||||
--- Version number for languages and standard library changes.
|
--- Version number for languages and standard library changes.
|
||||||
language = 27,
|
language = 28,
|
||||||
--- Version number for save/AST format changes.
|
--- Version number for save/AST format changes.
|
||||||
save = 4,
|
save = 5,
|
||||||
--- Version number for Lua API changes.
|
--- Version number for Lua API changes.
|
||||||
api = 8
|
api = 9
|
||||||
},
|
},
|
||||||
|
|
||||||
--- Parse a `code` string and return the generated AST.
|
--- Parse a `code` string and return the generated AST.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue