From e685241bd79b729154d1f87c69fc861adc7d1ca0 Mon Sep 17 00:00:00 2001
From: Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
Date: Fri, 6 Nov 2020 17:05:11 -0500
Subject: [PATCH] bump build number

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 198ac6f6..80f83257 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 "1.84")
+   SET(RING_VERSION_NAME "1.85")
 ELSE()
-   SET(RING_VERSION_NAME "1.84")
+   SET(RING_VERSION_NAME "1.85")
 ENDIF()
 
 MESSAGE("Building Ring version - " ${RING_VERSION_NAME} " " ${RING_VERSION})
-- 
GitLab