From 22333b659315d0ef09105c92cbfc8d663a7b803d Mon Sep 17 00:00:00 2001 From: PoliEcho Date: Tue, 1 Apr 2025 09:05:28 +0200 Subject: [PATCH] version 0.7.1 --- src/const.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/const.h b/src/const.h index ce3c8c4..c82f61f 100644 --- a/src/const.h +++ b/src/const.h @@ -1,7 +1,7 @@ #include #ifndef VERSION -#define VERSION "0.7" +#define VERSION "0.7.1" #define NAME "bakatui" inline constexpr auto hash_djb2a(const std::string_view sv) { @@ -16,4 +16,4 @@ inline constexpr auto operator"" _sh(const char *str, size_t len) { return hash_djb2a(std::string_view{str, len}); } -#endif \ No newline at end of file +#endif