From 6e573ab99279503eb8de48afcf564661f4fabf2a Mon Sep 17 00:00:00 2001 From: PoliEcho Date: Wed, 12 Mar 2025 16:58:11 +0100 Subject: [PATCH] version 0.7 --- src/const.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/const.h b/src/const.h index 2a811fa..ce3c8c4 100644 --- a/src/const.h +++ b/src/const.h @@ -1,7 +1,7 @@ #include #ifndef VERSION -#define VERSION "0.6" +#define VERSION "0.7" #define NAME "bakatui" inline constexpr auto hash_djb2a(const std::string_view sv) {