Update vagrant website version to 2.0.0

This commit is contained in:
Chris Roberts 2017-09-07 07:46:51 -07:00
parent d1cf0f77e7
commit 8610578d8d
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ set :base_url, "https://www.vagrantup.com/"
activate :hashicorp do |h| activate :hashicorp do |h|
h.name = "vagrant" h.name = "vagrant"
h.version = "1.9.8" h.version = "2.0.0"
h.github_slug = "mitchellh/vagrant" h.github_slug = "mitchellh/vagrant"
h.website_root = "website" h.website_root = "website"
end end