Bump website version to 1.8.5

This commit is contained in:
Seth Vargo 2016-07-19 00:26:02 -04:00
parent 93f9528687
commit 9ac5e186fd
No known key found for this signature in database
GPG Key ID: 905A90C2949E8787
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.4"
h.version = "1.8.5"
h.github_slug = "mitchellh/vagrant"
end