From 3f0ca7b19253129700a073abfa6d8638d9f7c80c Mon Sep 17 00:00:00 2001 From: Sy Brand Date: Wed, 26 Apr 2023 09:14:41 +0100 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ddab64e..601db31 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.0 + VERSION 1.0.1 LANGUAGES CXX) include(CMakePackageConfigHelpers)