Skip to content

Commit 6031d40

Browse files
committed
chore: version 1.0.1
1 parent bf5aa84 commit 6031d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/zeus/expected.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#define ZEUS_EXPECTED_VERSION_MAJOR 1
1010
#define ZEUS_EXPECTED_VERSION_MINOR 0
11-
#define ZEUS_EXPECTED_VERSION_PATCH 0
11+
#define ZEUS_EXPECTED_VERSION_PATCH 1
1212

1313
#if __cplusplus < 201'703L
1414
static_assert(false, "This expected variant requires C++17");

0 commit comments

Comments
 (0)