Update website vagrant version 2.1.1

This commit is contained in:
Chris Roberts 2018-05-07 16:38:46 -07:00
parent b95e42ad6f
commit 27fd56de74
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ set :vmware_utility_version, "1.0.1"
activate :hashicorp do |h|
h.name = "vagrant"
h.version = "2.1.0"
h.version = "2.1.1"
h.github_slug = "hashicorp/vagrant"
h.website_root = "website"
end