diff --git a/README.md b/README.md index 520045a..a91d871 100644 --- a/README.md +++ b/README.md @@ -273,7 +273,7 @@ For version compatibility, see [Supported DC/OS Versions](#supported-dcos-versio 1. Change into the repo directory (e.g. `cd ~/workspace/dcos-vagrant`) 1. Fetch the new code (e.g. `git fetch`) -1. Check out the new desired version (e.g. `git checkout v0.6.0` or `git checkout master`) +1. Check out the new desired version (e.g. `git checkout v0.7.0` or `git checkout master`) **Upgrade to a new version of DC/OS**: diff --git a/Vagrantfile b/Vagrantfile index 1895646..888e703 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -23,7 +23,7 @@ class UserConfig c = new c.box = ENV.fetch('DCOS_BOX', 'mesosphere/dcos-centos-virtualbox') c.box_url = ENV.fetch('DCOS_BOX_URL', 'https://downloads.dcos.io/dcos-vagrant/metadata.json') - c.box_version = ENV.fetch('DCOS_BOX_VERSION', '~> 0.5.0') + c.box_version = ENV.fetch('DCOS_BOX_VERSION', '~> 0.6.0') c.machine_config_path = ENV.fetch('DCOS_MACHINE_CONFIG_PATH', 'VagrantConfig.yaml') c.config_path = ENV.fetch('DCOS_CONFIG_PATH', 'etc/config.yaml') c.generate_config_path = ENV.fetch('DCOS_GENERATE_CONFIG_PATH', 'dcos_generate_config.sh')