diff --git a/bootstrap-gruntwork-installer.sh b/bootstrap-gruntwork-installer.sh index e9c124e..4e85d3c 100755 --- a/bootstrap-gruntwork-installer.sh +++ b/bootstrap-gruntwork-installer.sh @@ -21,7 +21,7 @@ set -e readonly BIN_DIR="/usr/local/bin" readonly USER_DATA_DIR="/etc/user-data" -readonly DEFAULT_FETCH_VERSION="v0.0.9" +readonly DEFAULT_FETCH_VERSION="v0.1.1" readonly FETCH_DOWNLOAD_URL_BASE="https://github.com/gruntwork-io/fetch/releases/download" readonly FETCH_INSTALL_PATH="$BIN_DIR/fetch" @@ -249,4 +249,4 @@ function bootstrap { echo "Success!" } -bootstrap "$@" \ No newline at end of file +bootstrap "$@"