From 9ad82b67f00bc916affb0e9b55b091ca8c649af7 Mon Sep 17 00:00:00 2001 From: takunomi-build-bot Date: Thu, 17 Apr 2025 17:05:05 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Bumped=20version=20to=200.5.4?= 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 f160765..5554fc4 100644 --- a/assert-gooder.lua +++ b/assert-gooder.lua @@ -41,7 +41,7 @@ -- -- @author Jon Michael Aanes (jonjmaa@gmail.com) -local _VERSION = '0.5.3' +local _VERSION = '0.5.4' 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')