Skip to content

Commit

Permalink
Merge pull request #438 from stepchowfun/install-v0.9.7
Browse files Browse the repository at this point in the history
Install v0.9.7 by default
  • Loading branch information
stepchowfun authored Aug 25, 2023
2 parents 9450dd4 + f992262 commit 16f4d29
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 @@ -14,7 +14,7 @@
DESTINATION="${PREFIX:-/usr/local/bin}/typical"

# Which version to download
RELEASE="v${VERSION:-0.9.6}"
RELEASE="v${VERSION:-0.9.7}"

# Determine which binary to download.
FILENAME=''
Expand Down

0 comments on commit 16f4d29

Please sign in to comment.