Skip to content

Commit

Permalink
Update bootstrap.sh to use 0.6.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
arikfr committed Jul 13, 2015
1 parent 3c9c146 commit 7fc2d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ if [ ! -f "/opt/redash/.env" ]; then
fi

# Install latest version
REDASH_VERSION=${REDASH_VERSION-0.6.2.b887}
REDASH_VERSION=${REDASH_VERSION-0.6.3.b906}
LATEST_URL="https://github.com/EverythingMe/redash/releases/download/v${REDASH_VERSION}/redash.$REDASH_VERSION.tar.gz"
VERSION_DIR="/opt/redash/redash.$REDASH_VERSION"
REDASH_TARBALL=/tmp/redash.tar.gz
Expand Down

0 comments on commit 7fc2d5e

Please sign in to comment.