diff --git a/src/utils.cpp b/src/utils.cpp
index b264156649734741821afe0418cb6c7baf2c8481..7c037f04a64d7e1600b64efeb7b52829e9b0efc9 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);