From 19ac5fb5f8370fb4b6927f739c8d373be43f46bc Mon Sep 17 00:00:00 2001 From: Roman Tsisyk Date: Sat, 8 May 2021 10:31:45 +0300 Subject: [PATCH] Bump version to 2021-05-08 Signed-off-by: Roman Tsisyk --- xcode/common.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcode/common.xcconfig b/xcode/common.xcconfig index 30bd551c59..098f5f7d33 100644 --- a/xcode/common.xcconfig +++ b/xcode/common.xcconfig @@ -1,4 +1,4 @@ -CURRENT_PROJECT_VERSION = 2021.05.05 +CURRENT_PROJECT_VERSION = 2021.05.08 // Paths OMIM_ROOT = $(PROJECT_DIR)/../..