Skip to content

Commit bf936c3

Browse files
authored
Merge pull request #118 from coding-cpp/v/0.1.7
v 0.1.7
2 parents 6f22a44 + 25ee5e5 commit bf936c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.16)
2-
project(expresso VERSION 0.1.6)
2+
project(expresso VERSION 0.1.7)
33

44
set(CMAKE_CXX_STANDARD 20)
55
set(CMAKE_CXX_EXTENSIONS OFF)

include/expresso/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
#define EXPRESSO_VERSION_MAJOR 0
44
#define EXPRESSO_VERSION_MINOR 1
5-
#define EXPRESSO_VERSION_PATCH 6
5+
#define EXPRESSO_VERSION_PATCH 7

0 commit comments

Comments
 (0)