Update download version to 1.9.4

This commit is contained in:
Chris Roberts 2017-04-24 14:19:11 -07:00
parent cd6c1705b9
commit aa70f3a43c
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.3"
h.version = "1.9.4"
h.github_slug = "mitchellh/vagrant"
h.website_root = "website"
end