From 67915509b3bf1d0a006425853c0975533bd764b4 Mon Sep 17 00:00:00 2001 From: Bruno Barbieri Date: Mon, 18 Feb 2019 21:21:16 -0500 Subject: [PATCH] tmp fix for build 29 --- ios/fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/fastlane/Fastfile b/ios/fastlane/Fastfile index c5ea6040904..cd621fea4f7 100644 --- a/ios/fastlane/Fastfile +++ b/ios/fastlane/Fastfile @@ -46,7 +46,7 @@ platform :ios do setup_circle_ci increment_build_number({ - build_number: latest_testflight_build_number + 1 + build_number: latest_testflight_build_number + 2 }) match(type: "appstore")