diff --git a/ios/fastlane/Fastfile b/ios/fastlane/Fastfile index f6d046cb..71033a7b 100644 --- a/ios/fastlane/Fastfile +++ b/ios/fastlane/Fastfile @@ -40,7 +40,7 @@ platform :ios do # ! Echo bigger number + 1 biggerBN = latestTestFlightBN > latestAppStoreBN ? latestTestFlightBN : latestAppStoreBN - UI.message "Please use VersionCode: #{biggerBN+3}" + UI.message "Please use VersionCode: #{biggerBN+4}" end ############ ? Prepare CI Lane ############