Skip to content

Commit 7124c69

Browse files
authored
Merge pull request #559 from stepchowfun/update-install-default-0.16.0
Install Typical 0.16.0 by default
2 parents 3113467 + dc0d1f3 commit 7124c69

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
@@ -14,7 +14,7 @@
1414
DESTINATION="${PREFIX:-/usr/local/bin}/typical"
1515

1616
# Which version to download
17-
RELEASE="v${VERSION:-0.15.0}"
17+
RELEASE="v${VERSION:-0.16.0}"
1818

1919
# Determine which binary to download.
2020
FILENAME=''

0 commit comments

Comments
 (0)