From 137da7bee148a8089cfd2bb0d8e693ea808072c4 Mon Sep 17 00:00:00 2001 From: takunomi-build-bot Date: Thu, 17 Apr 2025 16:38:22 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Bumped=20version=20to=200.5.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit was automatically generated by [a script](https://gitfub.space/Jmaa/repo-manager) --- assert-gooder.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assert-gooder.lua b/assert-gooder.lua index 46a8064..f160765 100644 --- a/assert-gooder.lua +++ b/assert-gooder.lua @@ -41,7 +41,7 @@ -- -- @author Jon Michael Aanes (jonjmaa@gmail.com) -local _VERSION = '0.5.2' +local _VERSION = '0.5.3' local lexer = assert(require((... and select('1', ...):match('.+%.') or '')..'lua_lang'), '[assert-gooder]: Could not load vital library: lua_lang') local shunting_yard = assert(require((... and select('1', ...):match('.+%.') or '')..'Parser'), '[assert-gooder]: Could not load vital library: Parser')