Skip to content

Commit 67ce33e

Browse files
committed
up the codepush target
1 parent 9e5f4c1 commit 67ce33e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/lib/util.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def auto_beta
6969
beta #if last_commit != current_commit
7070
end
7171

72-
def codepush_cli(app:, channel: 'nightly', install_target: '~2.2 || ~2.2.0-beta')
72+
def codepush_cli(app:, channel: 'nightly', install_target: '~2.3 || ~2.3.0-beta')
7373
target = "--targetBinaryVersion '#{install_target}'"
7474
# `fastlane x` runs in the ./fastlane folder, so we have to go up a level
7575
Dir.chdir("..") do

0 commit comments

Comments
 (0)