Skip to content

Commit b3a05c2

Browse files
committed
Bump minor version
1 parent 406e70a commit b3a05c2

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
@@ -121,8 +121,8 @@ set(META_APP_AUTHOR "Martchus")
121121
set(META_APP_URL "https://github.com/${META_APP_AUTHOR}/${META_PROJECT_NAME}")
122122
set(META_APP_DESCRIPTION "Useful C++ classes and routines such as argument parser, IO and conversion utilities")
123123
set(META_VERSION_MAJOR 5)
124-
set(META_VERSION_MINOR 30)
125-
set(META_VERSION_PATCH 1)
124+
set(META_VERSION_MINOR 31)
125+
set(META_VERSION_PATCH 0)
126126

127127
# find required 3rd party libraries
128128
include(3rdParty)

0 commit comments

Comments
 (0)