Update download version to 1.9.6

This commit is contained in:
Chris Roberts 2017-06-29 07:47:58 -07:00
parent 8ac7123bd5
commit 2c36c835c5
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|
h.name = "vagrant"
h.version = "1.9.5"
h.version = "1.9.6"
h.github_slug = "mitchellh/vagrant"
h.website_root = "website"
end