From 17d0058a5a5d3e0ea647884f9b29c518dd06f26e Mon Sep 17 00:00:00 2001 From: Sy Brand Date: Sat, 12 Jul 2025 10:18:37 +0100 Subject: [PATCH] Fix #173 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 601db31..7152b41 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.14) project(tl-expected HOMEPAGE_URL https://tl.tartanllama.xyz DESCRIPTION "C++11/14/17 std::expected with functional-style extensions" - VERSION 1.0.1 + VERSION 1.1.0 LANGUAGES CXX) include(CMakePackageConfigHelpers)