aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar BanceDev 2025-02-13 11:59:31 -0500
committerGravatar BanceDev 2025-02-13 11:59:31 -0500
commit2b1f666ca530fea3876c9d6a6c3ef916f9b73993 (patch)
tree2936353bf6adcaa8a6d15f26cf41a2edb66c6c97
parentadded ability to configure alternate shell (diff)
v0.3.2
-rw-r--r--premake5.lua2
1 files changed, 1 insertions, 1 deletions
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" })