version 0.7.1
Some checks failed
/ sync-to-origin (push) Has been cancelled

This commit is contained in:
PoliEcho 2025-04-01 09:05:28 +02:00
parent 096b1d1eb6
commit 22333b6593

View File

@ -1,7 +1,7 @@
#include <string_view>
#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
#endif