Skip to content

Commit 26e71ce

Browse files
committed
Bump version.
1 parent c2a25a6 commit 26e71ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dumbParser.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
--= Tokenize Lua code or create ASTs (Abstract Syntax Trees)
77
--= and convert the data back to Lua.
88
--=
9-
--= Version: 2.0-dev
9+
--= Version: 2.0 (2021-06-19)
1010
--=
1111
--= License: MIT (see the bottom of this file)
1212
--= Website: https://github.com/ReFreezed/DumbLuaParser
@@ -390,7 +390,7 @@ Special number notation rules.
390390
391391
--============================================================]]
392392

393-
local PARSER_VERSION = "2.0.0-dev"
393+
local PARSER_VERSION = "2.0.0"
394394

395395
local NORMALIZE_MINUS_ZERO
396396
do

0 commit comments

Comments
 (0)