We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2821f36 commit ea916f3Copy full SHA for ea916f3
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.1.0
+ VERSION 1.2.0
6
LANGUAGES CXX)
7
8
include(CMakePackageConfigHelpers)
0 commit comments