Skip to content

Commit c66b443

Browse files
committed
chore: version 1.0.2
1 parent ba8c1bb commit c66b443

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 1
11+
#define ZEUS_EXPECTED_VERSION_PATCH 2
1212

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

0 commit comments

Comments
 (0)