From bb19c8a22fece9340df13fd42221401412c846e1 Mon Sep 17 00:00:00 2001 From: Ali <> Date: Wed, 8 Jan 2020 19:27:22 +0400 Subject: [PATCH] Bump version number [skip ci] --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index beb06ee055..169f5aa33f 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ include Utils.makefile BUCK_OPTIONS=\ - --config custom.appVersion="5.13.1" \ + --config custom.appVersion="5.14" \ --config custom.developmentCodeSignIdentity="${DEVELOPMENT_CODE_SIGN_IDENTITY}" \ --config custom.distributionCodeSignIdentity="${DISTRIBUTION_CODE_SIGN_IDENTITY}" \ --config custom.developmentTeam="${DEVELOPMENT_TEAM}" \