Skip to content

Commit

Permalink
Updated version for container provisioning script to v0.11.0-alpha5.
Browse files Browse the repository at this point in the history
This commit updates the Mutagen version used in the container
provisioning script to v0.11.0-alpha5.

Signed-off-by: Jacob Howard <jacob@havoc.io>
  • Loading branch information
xenoscopic committed Dec 8, 2019
1 parent 3084ac6 commit f523771
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/container/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ set -e

# Set the Mutagen version to use for tunnel hosting as well the default list of
# extra agent versions to install.
MUTAGEN_TUNNEL_HOST_VERSION="0.11.0-alpha3"
DEFAULT_MUTAGEN_TUNNEL_AGENT_VERSIONS="0.11.0-alpha3"
MUTAGEN_TUNNEL_HOST_VERSION="0.11.0-alpha5"
DEFAULT_MUTAGEN_TUNNEL_AGENT_VERSIONS="0.11.0-alpha5"

# Determine agent versions.
MUTAGEN_TUNNEL_AGENT_VERSIONS="${MUTAGEN_TUNNEL_AGENT_VERSIONS=${DEFAULT_MUTAGEN_TUNNEL_AGENT_VERSIONS}}"
Expand Down

0 comments on commit f523771

Please sign in to comment.