macOS: bump version for release

Change-Id: I2b9ce87f9fa610ca77efceeba7d58277bba8b078
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7333820..cc53b81 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@
 ENDIF("${RING_VERSION}" STREQUAL "")
 # if build for App Store version and build number should be incremented
 IF("${RELEASE_TYPE}" STREQUAL "AppStore")
-   SET(RING_VERSION_NAME "1.44")
+   SET(RING_VERSION_NAME "1.45")
 ELSE()
    SET(RING_VERSION_NAME "1")
 ENDIF()