We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b50cb3c commit f7bc4b7Copy full SHA for f7bc4b7
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.14)
2
3
-project(FunctionalPlus VERSION 0.2.23)
+project(FunctionalPlus VERSION 0.2.24)
4
5
# ---- Warning guard ----
6
INSTALL.md
@@ -154,7 +154,7 @@ Just add a *conanfile.txt* with FunctionalPlus as a requirement and chose the ge
154
155
```
156
[requires]
157
-functionalplus/0.2.23
+functionalplus/0.2.24
158
159
[generators]
160
cmake
0 commit comments