Skip to content

Commit 64b9ce8

Browse files
committed
download.sh: make 0.7.2 the default version
1 parent 06532b7 commit 64b9ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

download.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ tty -s || quiet=true
3939

4040
# Note: optional arguments like "--quiet" shifts argument positions in the case block above
4141

42-
version=${1:-0.7.1}
42+
version=${1:-0.7.2}
4343
repoType=${2:-testing}
4444
os=${3:-$(uname)}
4545
arch=${4:-$(uname -m)}

0 commit comments

Comments
 (0)