We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41d3e1f commit 17d0058Copy full SHA for 17d0058
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.0.1
+ VERSION 1.1.0
6
LANGUAGES CXX)
7
8
include(CMakePackageConfigHelpers)
0 commit comments