Skip to content

Commit

Permalink
Merge pull request #5 from zeus-cpp/chore-v1.0.3
Browse files Browse the repository at this point in the history
chore: version 1.1.0
  • Loading branch information
X1aomu authored Apr 18, 2024
2 parents f0c070d + 1bb4c6e commit eb61cea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/zeus/expected.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
#include <utility>

#define ZEUS_EXPECTED_VERSION_MAJOR 1
#define ZEUS_EXPECTED_VERSION_MINOR 0
#define ZEUS_EXPECTED_VERSION_PATCH 2
#define ZEUS_EXPECTED_VERSION_MINOR 1
#define ZEUS_EXPECTED_VERSION_PATCH 0

#if defined(_MSVC_LANG)
#define ZEUS_EXPECTED_CPLUSPLUS _MSVC_LANG
Expand Down

0 comments on commit eb61cea

Please sign in to comment.