From a6f117c75b2b8660cdb7300363e158142d1a85a6 Mon Sep 17 00:00:00 2001 From: Dobiasd Date: Wed, 13 Sep 2023 10:51:24 +0200 Subject: [PATCH] Bump version to 0.2.19 --- CMakeLists.txt | 2 +- INSTALL.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c7eb7eed..55d469fb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.14) -project(FunctionalPlus VERSION 0.2.18) +project(FunctionalPlus VERSION 0.2.19) # ---- Warning guard ---- diff --git a/INSTALL.md b/INSTALL.md index 500499bc..a6029b07 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -154,7 +154,7 @@ Just add a *conanfile.txt* with FunctionalPlus as a requirement and chose the ge ``` [requires] -functionalplus/0.2.18-p0 +functionalplus/0.2.19-p0 [generators] cmake