Update website version to 2.0.2
This commit is contained in:
parent
37aba511d2
commit
a5a2ad5a6c
|
@ -2,7 +2,7 @@ set :base_url, "https://www.vagrantup.com/"
|
||||||
|
|
||||||
activate :hashicorp do |h|
|
activate :hashicorp do |h|
|
||||||
h.name = "vagrant"
|
h.name = "vagrant"
|
||||||
h.version = "2.0.1"
|
h.version = "2.0.2"
|
||||||
h.github_slug = "hashicorp/vagrant"
|
h.github_slug = "hashicorp/vagrant"
|
||||||
h.website_root = "website"
|
h.website_root = "website"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue