From a6a68b1d1e2bc34cfc4ee545b8be6686cd761904 Mon Sep 17 00:00:00 2001
From: Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
Date: Mon, 3 Jun 2019 17:39:14 -0400
Subject: [PATCH] macOS: bump version for release

Change-Id: I85d3af1911be5aeb0952de7f73f422632c4183d2
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9aa4443a..ca9ee58c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ 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.35")
+   SET(RING_VERSION_NAME "1.36")
 ELSE()
    SET(RING_VERSION_NAME "1")
 ENDIF()
-- 
GitLab