Skip to content

Commit

Permalink
chore: bump build number
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Dec 1, 2023
1 parent 49702bc commit 10b86e5
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 @@ -40,7 +40,7 @@ platform :ios do

# ! Echo bigger number + 1
biggerBN = latestTestFlightBN > latestAppStoreBN ? latestTestFlightBN : latestAppStoreBN
UI.message "Please use VersionCode: #{biggerBN+7}"
UI.message "Please use VersionCode: #{biggerBN+8}"
end

############ ? Prepare CI Lane ############
Expand Down

0 comments on commit 10b86e5

Please sign in to comment.