From e036706e72451c7fb9010ab667d2b605ba28bd5e Mon Sep 17 00:00:00 2001 From: am0ebe <am0ebe@gmx.de> Date: Mon, 5 Aug 2024 17:22:14 +0200 Subject: [PATCH] bump version --- src/utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.cpp b/src/utils.cpp index b264156..7c037f0 100644 --- a/src/utils.cpp +++ b/src/utils.cpp @@ -25,7 +25,7 @@ namespace utils { const int APP_VERSION_MAJOR = 0; -const int APP_VERSION_MINOR = 3; +const int APP_VERSION_MINOR = 4; const int APP_VERSION_PATCH = 0; std::atomic<bool> running(true); -- GitLab