diff options
| author | 2025-02-11 15:03:37 -0500 | |
|---|---|---|
| committer | 2025-02-11 15:03:37 -0500 | |
| commit | 9b85e554200c7a0ee3627c422a414a0b5ebe37d4 (patch) | |
| tree | ddab2194a5cc2c61cd1ac863a81b10eed907373b | |
| parent | add api method to enable/disable inline suggestions (diff) | |
v0.3.1
| -rw-r--r-- | premake5.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/premake5.lua b/premake5.lua index 823843a..1bcdb47 100644 --- a/premake5.lua +++ b/premake5.lua @@ -27,7 +27,7 @@ files({ "lib/hashmap/**.h", "lib/hashmap/**.c", }) -defines({ 'LUSH_VERSION="0.3.0"' }) +defines({ 'LUSH_VERSION="0.3.1"' }) filter("configurations:Debug") defines({ "DEBUG" }) |
