We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be15494 commit 1770e35Copy full SHA for 1770e35
CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.14)
2
project(tl-expected
3
HOMEPAGE_URL https://tl.tartanllama.xyz
4
DESCRIPTION "C++11/14/17 std::expected with functional-style extensions"
5
- VERSION 1.3.0
+ VERSION 1.3.1
6
LANGUAGES CXX)
7
8
include(CMakePackageConfigHelpers)
include/tl/expected.hpp
@@ -18,7 +18,7 @@
18
19
#define TL_EXPECTED_VERSION_MAJOR 1
20
#define TL_EXPECTED_VERSION_MINOR 3
21
-#define TL_EXPECTED_VERSION_PATCH 0
+#define TL_EXPECTED_VERSION_PATCH 1
22
23
#include <exception>
24
#include <functional>
0 commit comments