Update website version to 2.0.3

This commit is contained in:
Chris Roberts 2018-03-15 14:21:51 -07:00
parent 94fd69e3c0
commit a44c85095b
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 = "2.0.2"
h.version = "2.0.3"
h.github_slug = "hashicorp/vagrant"
h.website_root = "website"
end