Skip to content

Commit

Permalink
chore: version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
X1aomu committed Apr 11, 2024
1 parent bf5aa84 commit 6031d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/zeus/expected.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 6031d40

Please sign in to comment.