From 7adf5b3a06ed5e7a336df3d7682c300a183196b7 Mon Sep 17 00:00:00 2001 From: ReFreezed Date: Thu, 23 Jun 2022 20:15:05 +0200 Subject: [PATCH] Date. --- dumbParser.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dumbParser.lua b/dumbParser.lua index 39cae44..5714f71 100644 --- a/dumbParser.lua +++ b/dumbParser.lua @@ -6,7 +6,7 @@ --= Tokenize Lua code or create ASTs (Abstract Syntax Trees) --= and convert the data back to Lua. --= ---= Version: 2.3 +--= Version: 2.3 (2022-06-23) --= --= License: MIT (see the bottom of this file) --= Website: http://refreezed.com/luaparser/