Skip to content

Commit dea2a71

Browse files
committed
chore(release): v1.2.0
1 parent 4e0ec40 commit dea2a71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/zeus/expected.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
#include <utility>
88

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

1313
#if defined(_MSVC_LANG)
1414
#define ZEUS_EXPECTED_CPLUSPLUS _MSVC_LANG

0 commit comments

Comments
 (0)