diff --git a/jobs/CRM_Mobile_HotFix_UAT_ipa_CodePush/config.xml b/jobs/CRM_Mobile_HotFix_UAT_ipa_CodePush/config.xml
index 06dceeb348f45f7135d2c0c268158f142104af2c..f19725a11c0d1444feaf77123d7c2d9bbf0348b2 100644
--- a/jobs/CRM_Mobile_HotFix_UAT_ipa_CodePush/config.xml
+++ b/jobs/CRM_Mobile_HotFix_UAT_ipa_CodePush/config.xml
@@ -4,6 +4,9 @@
false
+
+ ylhealth
+
3
@@ -12,11 +15,8 @@
-1
-
- ylhealth
-
-
+
2
@@ -48,7 +48,7 @@ npm install
RNFB_ANDROID_PERMISSIONS=true
#react-native link
-VERSION=UAT_$(date +%Y%m%d%H)_$(git rev-parse --short HEAD)
+export VERSION=UAT_$(grep appVersion appConfig.json|cut -d'"' -f4)_$(git rev-parse --short HEAD)
MODIFIED_DATE=$(git log -1 --format="%ci" --)
GIT_BRANCH=`git rev-parse HEAD | git branch -a --contains | grep remotes | sed 's/.*remotes.origin.//'`