Skip to content

Commit

Permalink
download.sh: update to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greenrobot committed Jun 16, 2020
1 parent 0005bd2 commit a7dc1ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tty -s || quiet=true

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

version=${1:-0.8.2}
version=${1:-0.9.0}
repoType=${2:-testing}
os=${3:-$(uname)}
arch=${4:-$(uname -m)}
Expand Down

0 comments on commit a7dc1ff

Please sign in to comment.