Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Bump Trento version to 0.7.1 inside install scripts #679

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion install-agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ARGUMENT_LIST=(
"use-tgz"
)

readonly TRENTO_VERSION=0.6.0
readonly TRENTO_VERSION=0.7.1

opts=$(
getopt \
Expand Down
2 changes: 1 addition & 1 deletion install-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

readonly ARGS=("$@")
readonly PROGNAME="./install-server.sh"
TRENTO_VERSION="0.6.0"
TRENTO_VERSION="0.7.1"

usage() {
cat <<-EOF
Expand Down