Skip to content

Commit

Permalink
test build number
Browse files Browse the repository at this point in the history
  • Loading branch information
kshann committed Nov 21, 2024
1 parent d86b857 commit ffe3dae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def self.update_embedded_files(platform, other_action)
def self.increment_build_number(platform, options, other_action)
current_version = Helper::DdgAppleAutomationHelper.current_version
current_build_number = Helper::DdgAppleAutomationHelper.current_build_number
build_number = Helper::DdgAppleAutomationHelper.calculate_next_build_number(platform, options, other_action)
build_number = "401" # Helper::DdgAppleAutomationHelper.calculate_next_build_number(platform, options, other_action)

UI.important("Current version in project settings is #{current_version} (#{current_build_number}).")
UI.important("Will be updated to #{current_version} (#{build_number}).")
Expand Down

0 comments on commit ffe3dae

Please sign in to comment.