Skip to content

Commit 858e0d1

Browse files
committed
Bump patch version
1 parent 5e61cfa commit 858e0d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ set(META_APP_URL "https://github.com/${META_APP_AUTHOR}/${META_PROJECT_NAME}")
117117
set(META_APP_DESCRIPTION "Useful C++ classes and routines such as argument parser, IO and conversion utilities")
118118
set(META_VERSION_MAJOR 5)
119119
set(META_VERSION_MINOR 27)
120-
set(META_VERSION_PATCH 1)
120+
set(META_VERSION_PATCH 2)
121121

122122
# find required 3rd party libraries
123123
include(3rdParty)

0 commit comments

Comments
 (0)