Skip to content

Commit b6a13a5

Browse files
authored
Merge pull request #74 from codecrafters-io/andy/update-v47
Update install.sh to increment CODECRAFTERS_CLI_VERSION from v46 to v…
2 parents 8dbdd08 + 061ad4b commit b6a13a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -euo pipefail
44

55
# allow overriding the version
6-
VERSION=${CODECRAFTERS_CLI_VERSION:-v46}
6+
VERSION=${CODECRAFTERS_CLI_VERSION:-v47}
77

88
MUTED='\033[0;2m'
99
GREEN='\033[0;32m'

0 commit comments

Comments
 (0)