Skip to content

Commit

Permalink
Update CODECRAFTERS_CLI_VERSION to v25 in install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitpaulk committed Apr 30, 2024
1 parent c96b4d7 commit c0a2a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -eu

# allow overriding the version
VERSION=${CODECRAFTERS_CLI_VERSION:-v24}
VERSION=${CODECRAFTERS_CLI_VERSION:-v25}

PLATFORM=$(uname -s)
ARCH=$(uname -m)
Expand Down

0 comments on commit c0a2a41

Please sign in to comment.