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

Commit fc2f472

Browse files
authored
Update CLI falback version to be latest version (#789)
Signed-off-by: Steven Groeger <groeges@uk.ibm.com>
1 parent bbb16a6 commit fc2f472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/download_cli.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ then
1313
fi
1414
if [ -z "${APPSODY_CLI_FALLBACK}" ]
1515
then
16-
APPSODY_CLI_FALLBACK=0.5.9
16+
APPSODY_CLI_FALLBACK=0.6.1
1717
fi
1818

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

0 commit comments

Comments
 (0)