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