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

[doc] bump version to 2.0.0-rc1

This commit is contained in:
Étienne Fildadut 2024-06-04 16:23:37 +02:00
parent a5bbe0eeb0
commit e76bf88067

View file

@ -55,12 +55,12 @@ local parser, State
local anselme
anselme = {
--- Global version string. Follow semver.
version = "2.0.0-beta2",
version = "2.0.0-rc1",
--- Table containing per-category version numbers. Incremented by one for any change that may break compatibility.
versions = {
--- Version number for language and standard library changes.
language = 30,
language = 31,
--- Version number for save/AST format changes.
save = 7,
--- Version number for Lua API changes.