Skip to content

Commit

Permalink
chore(install): update default installation version
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed Jul 24, 2024
1 parent ac92173 commit 5079462
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 @@ -2,7 +2,7 @@
set -e

INSTALL_PATH="${INSTALL_PATH:-/data}"
VERSION="${VERSION:-0.0.1-rc.14}"
VERSION="${VERSION:-0.0.2}"

usage() {
cat << EOT
Expand Down

0 comments on commit 5079462

Please sign in to comment.