Bump minor version

This commit is contained in:
Martchus 2024-02-15 18:46:13 +01:00
parent 699dcbdcac
commit 9816b6cf51
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,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 4)
set(META_VERSION_PATCH 13)
set(META_VERSION_MINOR 5)
set(META_VERSION_PATCH 0)
set(META_RELEASE_DATE "2024-02-06")
set(META_SOVERSION 12)
set(META_ADD_DEFAULT_CPP_UNIT_TEST_APPLICATION ON)