Skip to content

Commit

Permalink
chore: update build number
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Sep 10, 2024
1 parent 5d9404c commit 263ce85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,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 ############
Expand Down

0 comments on commit 263ce85

Please sign in to comment.