From a804925cc9c80875a35a2d64adf93b108c4cf81d Mon Sep 17 00:00:00 2001 From: Dobiasd Date: Thu, 25 Nov 2021 08:05:28 +0100 Subject: [PATCH] Bump version to 0.2.17 --- CMakeLists.txt | 2 +- INSTALL.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 64562764..7a8adb5e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.14) -project(FunctionalPlus VERSION 0.2.16) +project(FunctionalPlus VERSION 0.2.17) # ---- Warning guard ---- diff --git a/INSTALL.md b/INSTALL.md index a2ce07f6..403b5590 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.16-p0 +functionalplus/0.2.17-p0 [generators] cmake