From 2b1f666ca530fea3876c9d6a6c3ef916f9b73993 Mon Sep 17 00:00:00 2001 From: BanceDev Date: Thu, 13 Feb 2025 11:59:31 -0500 Subject: v0.3.2 --- premake5.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'premake5.lua') diff --git a/premake5.lua b/premake5.lua index 1bcdb47..037cfca 100644 --- a/premake5.lua +++ b/premake5.lua @@ -27,7 +27,7 @@ files({ "lib/hashmap/**.h", "lib/hashmap/**.c", }) -defines({ 'LUSH_VERSION="0.3.1"' }) +defines({ 'LUSH_VERSION="0.3.2"' }) filter("configurations:Debug") defines({ "DEBUG" }) -- cgit v1.2.3-59-g8ed1b