From fa6a54b27bd57dc73bf086ecf8397df229cdd673 Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Sat, 22 Oct 2022 23:39:02 +0200 Subject: [PATCH] Bump version --- src/lua.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lua.h b/src/lua.h index e079c86d0..8699790bd 100644 --- a/src/lua.h +++ b/src/lua.h @@ -13,7 +13,7 @@ #include "luaconf.h" -#define PLUTO_VERSION "Pluto 0.4.2" +#define PLUTO_VERSION "Pluto 0.4.3" #define LUA_VERSION_MAJOR "5" #define LUA_VERSION_MINOR "4"