From 401490d767f19f172cfc16f01f21f99aee6c731c Mon Sep 17 00:00:00 2001
From: kkostiuk <kateryna.kostiuk@savoirfairelinux.com>
Date: Thu, 4 Nov 2021 17:01:10 -0400
Subject: [PATCH] macOS: bump build number

Change-Id: I85af581d126df741812fbd1aafd02cd77cdf0a2c
---
 CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index c2232235..7b3beea5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -14,9 +14,9 @@ IF("${RING_VERSION}" STREQUAL "")
 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 "2.08")
+   SET(RING_VERSION_NAME "2.09")
 ELSE()
-   SET(RING_VERSION_NAME "2.08")
+   SET(RING_VERSION_NAME "2.09")
 ENDIF()
 
 MESSAGE("Building Ring version - " ${RING_VERSION_NAME} " " ${RING_VERSION})
-- 
GitLab