Bump minor version

This commit is contained in:
Martchus 2022-10-07 00:19:18 +02:00
parent 3f5bc4d772
commit 598fc0c114
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ set(META_APP_DESCRIPTION "Tray application for Syncthing")
set(META_APP_CATEGORIES "Network;FileTransfer")
set(META_GUI_OPTIONAL false)
set(META_VERSION_MAJOR 1)
set(META_VERSION_MINOR 2)
set(META_VERSION_PATCH 4)
set(META_VERSION_MINOR 3)
set(META_VERSION_PATCH 0)
set(META_SOVERSION 2)
set(META_ADD_DEFAULT_CPP_UNIT_TEST_APPLICATION ON)