Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
Update CLI falback version to be latest version (#789)
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Groeger <[email protected]>
  • Loading branch information
groeges authored Apr 30, 2020
1 parent bbb16a6 commit fc2f472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/download_cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ then
fi
if [ -z "${APPSODY_CLI_FALLBACK}" ]
then
APPSODY_CLI_FALLBACK=0.5.9
APPSODY_CLI_FALLBACK=0.6.1
fi

script_dir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
Expand Down

0 comments on commit fc2f472

Please sign in to comment.