From ea916f39627f02f192b5ec532210ab184e266e3e Mon Sep 17 00:00:00 2001 From: Sy Brand Date: Sat, 12 Jul 2025 11:54:35 +0100 Subject: [PATCH] Bump version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7152b41..b61c51f 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.1.0 + VERSION 1.2.0 LANGUAGES CXX) include(CMakePackageConfigHelpers)