Bump minor version

This commit is contained in:
Martchus 2023-07-30 15:58:09 +02:00
parent 1017873c28
commit 857917c23d
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ set(META_APP_DESCRIPTION
set(META_GUI_OPTIONAL true)
set(META_JS_SRC_DIR renamingutility)
set(META_VERSION_MAJOR 3)
set(META_VERSION_MINOR 8)
set(META_VERSION_PATCH 1)
set(META_VERSION_MINOR 9)
set(META_VERSION_PATCH 0)
set(META_RELEASE_DATE "2023-06-08")
set(META_ADD_DEFAULT_CPP_UNIT_TEST_APPLICATION ON)