From 4cf1cba43f44579dcecaf1651e459a66c252126e Mon Sep 17 00:00:00 2001 From: BanceDev Date: Wed, 25 Sep 2024 18:37:35 -0400 Subject: v0.2.1 --- premake5.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/premake5.lua b/premake5.lua index 5aa78a4..4e8d59f 100644 --- a/premake5.lua +++ b/premake5.lua @@ -27,7 +27,7 @@ files({ "lib/hashmap/**.h", "lib/hashmap/**.c", }) -defines({ 'LUSH_VERSION="0.2.0"' }) +defines({ 'LUSH_VERSION="0.2.1"' }) filter("configurations:Debug") defines({ "DEBUG" }) -- cgit v1.2.3-59-g8ed1b