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) {