From 6f4a6c42b4b425e9603223d10c0046af3cefc09a Mon Sep 17 00:00:00 2001 From: BanceDev Date: Thu, 12 Sep 2024 21:49:22 -0400 Subject: v0.1.1 --- premake5.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/premake5.lua b/premake5.lua index 39fb01c..d910b16 100644 --- a/premake5.lua +++ b/premake5.lua @@ -27,7 +27,7 @@ files({ "lib/hashmap/**.h", "lib/hashmap/**.c", }) -defines({ 'LUSH_VERSION="0.1.0"' }) +defines({ 'LUSH_VERSION="0.1.1"' }) filter("configurations:Debug") defines({ "DEBUG" }) -- cgit v1.2.3-59-g8ed1b