diff options
author | Victor Morales <victor.morales@intel.com> | 2018-10-17 01:18:06 -0700 |
---|---|---|
committer | Victor Morales <victor.morales@intel.com> | 2018-10-17 01:18:38 -0700 |
commit | 845304f4f2f90347439d038444e42d6869ddf4fb (patch) | |
tree | 04cb7fdf519ac8937c9811b69fee5b5feaa39e50 /vagrant/setup.sh | |
parent | 6942719b390a62695d6dd3efa09eadf6ec48aa7a (diff) |
Bump vagrant version to 2.2.0
Change-Id: I18e2c79a7f4dbbd6f02fef20c782660c579784ff
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: MULTICLOUD-301
Diffstat (limited to 'vagrant/setup.sh')
-rwxr-xr-x | vagrant/setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vagrant/setup.sh b/vagrant/setup.sh index 2dfae83b..c8fe2e28 100755 --- a/vagrant/setup.sh +++ b/vagrant/setup.sh @@ -11,7 +11,7 @@ set -o nounset set -o pipefail -vagrant_version=2.1.5 +vagrant_version=2.2.0 if ! $(vagrant version &>/dev/null); then enable_vagrant_install=true else |