website: update for 1.8.3

This commit is contained in:
Mitchell Hashimoto 2016-06-10 11:00:04 -07:00
parent 018cbc6550
commit 6d9217f597
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
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.1"
h.version = "1.8.3"
h.github_slug = "mitchellh/vagrant"
end