Bump website version to 1.9.0

This commit is contained in:
Chris Roberts 2016-11-29 05:08:33 -08:00
parent 9dc1ce584d
commit b330e8f801
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.8.7"
h.version = "1.9.0"
h.github_slug = "mitchellh/vagrant"
end