Update vagrant website version to 1.9.7

This commit is contained in:
Brian Cain 2017-07-07 16:22:16 -07:00
parent 6ac6adbeed
commit df62f27e27
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.6" h.version = "1.9.7"
h.github_slug = "mitchellh/vagrant" h.github_slug = "mitchellh/vagrant"
h.website_root = "website" h.website_root = "website"
end end