From 6936feebe8eac9c962439ff2bf60cfb23d1859ca Mon Sep 17 00:00:00 2001 From: BanceDev Date: Fri, 27 Sep 2024 10:58:03 -0400 Subject: v0.2.3 --- premake5.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'premake5.lua') diff --git a/premake5.lua b/premake5.lua index 5bb6914..ac736f8 100644 --- a/premake5.lua +++ b/premake5.lua @@ -27,7 +27,7 @@ files({ "lib/hashmap/**.h", "lib/hashmap/**.c", }) -defines({ 'LUSH_VERSION="0.2.2"' }) +defines({ 'LUSH_VERSION="0.2.3"' }) filter("configurations:Debug") defines({ "DEBUG" }) -- cgit v1.2.3-59-g8ed1b