From 5b6c2cf1524600a002ae061ed367a53a1a38f708 Mon Sep 17 00:00:00 2001 From: vng Date: Sat, 30 Jan 2021 11:47:34 +0300 Subject: [PATCH] [ios] Bump beta version 10.5 Signed-off-by: vng --- xcode/common.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcode/common.xcconfig b/xcode/common.xcconfig index eb77258955..a1e79c8896 100644 --- a/xcode/common.xcconfig +++ b/xcode/common.xcconfig @@ -1,4 +1,4 @@ -CURRENT_PROJECT_VERSION = 10.4.0 +CURRENT_PROJECT_VERSION = 10.5.0 // Paths OMIM_ROOT = $(PROJECT_DIR)/../..