From 575101780d9a563a92c5b91ff89a659743e4509e Mon Sep 17 00:00:00 2001 From: PoliEcho Date: Fri, 11 Apr 2025 12:58:35 +0200 Subject: [PATCH] version 0.8 --- src/const.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/const.h b/src/const.h index a67c583..831beed 100644 --- a/src/const.h +++ b/src/const.h @@ -1,7 +1,7 @@ #include #ifndef VERSION -#define VERSION "0.7.2" +#define VERSION "0.8" #define NAME "bakatui" inline constexpr auto hash_djb2a(const std::string_view sv) {