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