Skip to content

Commit 17d0058

Browse files
authored
Fix #173
1 parent 41d3e1f commit 17d0058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.14)
22
project(tl-expected
33
HOMEPAGE_URL https://tl.tartanllama.xyz
44
DESCRIPTION "C++11/14/17 std::expected with functional-style extensions"
5-
VERSION 1.0.1
5+
VERSION 1.1.0
66
LANGUAGES CXX)
77

88
include(CMakePackageConfigHelpers)

0 commit comments

Comments
 (0)