From 7f1a9d012631a4c5f8645ddd4ffadb24b324fd82 Mon Sep 17 00:00:00 2001 From: Sam Roxanne Date: Fri, 25 Jun 2021 10:50:02 -0500 Subject: [PATCH] bump version --- src/luacomp_vars.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/luacomp_vars.lua b/src/luacomp_vars.lua index f472960..5e40ed9 100644 --- a/src/luacomp_vars.lua +++ b/src/luacomp_vars.lua @@ -6,6 +6,6 @@ end _sv("LUACOMP_V_MAJ", 2) _sv("LUACOMP_V_MIN", 0) -_sv("LUACOMP_V_PAT", 0) +_sv("LUACOMP_V_PAT", 1) _sv("LUACOMP_VERSION", LUACOMP_V_MAJ.."."..LUACOMP_V_MIN.."."..LUACOMP_V_PAT) _sv("LUACOMP_NAME", "LuaComp") \ No newline at end of file