We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e0ec40 commit dea2a71Copy full SHA for dea2a71
include/zeus/expected.hpp
@@ -7,8 +7,8 @@
7
#include <utility>
8
9
#define ZEUS_EXPECTED_VERSION_MAJOR 1
10
-#define ZEUS_EXPECTED_VERSION_MINOR 1
11
-#define ZEUS_EXPECTED_VERSION_PATCH 1
+#define ZEUS_EXPECTED_VERSION_MINOR 2
+#define ZEUS_EXPECTED_VERSION_PATCH 0
12
13
#if defined(_MSVC_LANG)
14
#define ZEUS_EXPECTED_CPLUSPLUS _MSVC_LANG
0 commit comments