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.
2 parents 6f22a44 + 25ee5e5 commit bf936c3Copy full SHA for bf936c3
CMakeLists.txt
@@ -1,5 +1,5 @@
1
cmake_minimum_required(VERSION 3.16)
2
-project(expresso VERSION 0.1.6)
+project(expresso VERSION 0.1.7)
3
4
set(CMAKE_CXX_STANDARD 20)
5
set(CMAKE_CXX_EXTENSIONS OFF)
include/expresso/version.h
@@ -2,4 +2,4 @@
#define EXPRESSO_VERSION_MAJOR 0
#define EXPRESSO_VERSION_MINOR 1
-#define EXPRESSO_VERSION_PATCH 6
+#define EXPRESSO_VERSION_PATCH 7
0 commit comments