Skip to content

Commit 065cc26

Browse files
committed
Bump minor version
1 parent 47eb79e commit 065cc26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ set(META_APP_AUTHOR "Martchus")
117117
set(META_APP_URL "https://github.com/${META_APP_AUTHOR}/${META_PROJECT_NAME}")
118118
set(META_APP_DESCRIPTION "Useful C++ classes and routines such as argument parser, IO and conversion utilities")
119119
set(META_VERSION_MAJOR 5)
120-
set(META_VERSION_MINOR 27)
121-
set(META_VERSION_PATCH 4)
120+
set(META_VERSION_MINOR 28)
121+
set(META_VERSION_PATCH 0)
122122

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

0 commit comments

Comments
 (0)