Update website download version to 2.2.5

This commit is contained in:
Chris Roberts 2019-06-26 06:42:04 -07:00
parent ae0d574e8a
commit b68ea5bd23
1 changed files with 1 additions and 1 deletions

View File

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