From 4028df2a57da1a8a255dbf3fcc84132dda03e9ed Mon Sep 17 00:00:00 2001 From: BanceDev Date: Thu, 26 Sep 2024 23:17:58 -0400 Subject: v0.2.2 --- premake5.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/premake5.lua b/premake5.lua index 4e8d59f..5bb6914 100644 --- a/premake5.lua +++ b/premake5.lua @@ -27,7 +27,7 @@ files({ "lib/hashmap/**.h", "lib/hashmap/**.c", }) -defines({ 'LUSH_VERSION="0.2.1"' }) +defines({ 'LUSH_VERSION="0.2.2"' }) filter("configurations:Debug") defines({ "DEBUG" }) -- cgit v1.2.3-59-g8ed1b