Skip to content

Commit eb61cea

Browse files
authored
Merge pull request #5 from zeus-cpp/chore-v1.0.3
chore: version 1.1.0
2 parents f0c070d + 1bb4c6e commit eb61cea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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 0
11-
#define ZEUS_EXPECTED_VERSION_PATCH 2
10+
#define ZEUS_EXPECTED_VERSION_MINOR 1
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)