From 8c5a9238d06e8a7aa40791147721e05345896b3a Mon Sep 17 00:00:00 2001 From: Dobiasd Date: Mon, 27 Apr 2026 09:03:25 +0200 Subject: [PATCH] Bump version to 0.2.28 Co-Authored-By: Claude Opus 4.7 (1M context) --- CMakeLists.txt | 2 +- INSTALL.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 488ef4f0..b4cb5a1c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.14) -project(FunctionalPlus VERSION 0.2.27) +project(FunctionalPlus VERSION 0.2.28) # ---- Warning guard ---- diff --git a/INSTALL.md b/INSTALL.md index 525af413..70108b43 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.27 +functionalplus/0.2.28 [generators] cmake