diff --git a/include/zeus/expected.hpp b/include/zeus/expected.hpp index fa29889..150f5c0 100644 --- a/include/zeus/expected.hpp +++ b/include/zeus/expected.hpp @@ -8,7 +8,7 @@ #define ZEUS_EXPECTED_VERSION_MAJOR 1 #define ZEUS_EXPECTED_VERSION_MINOR 0 -#define ZEUS_EXPECTED_VERSION_PATCH 0 +#define ZEUS_EXPECTED_VERSION_PATCH 1 #if __cplusplus < 201'703L static_assert(false, "This expected variant requires C++17");