Skip to content

Commit

Permalink
Merge pull request #32 from codecrafters-io/bump-cli-version-to-30
Browse files Browse the repository at this point in the history
CC-1272 Bump cli version to 30
  • Loading branch information
libmartinito authored Jun 14, 2024
2 parents 24b35f8 + c9ae9f2 commit 24cf378
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:-v29}
VERSION=${CODECRAFTERS_CLI_VERSION:-v30}

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

0 comments on commit 24cf378

Please sign in to comment.