Bump website download links to 0.5.0

This commit is contained in:
Jeff Mitchell 2016-02-10 12:08:29 -05:00
parent 826c593e2d
commit 4fb603906f
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ set :base_url, "https://www.vaultproject.io/"
activate :hashicorp do |h|
h.name = "vault"
h.version = "0.4.1"
h.version = "0.5.0"
h.github_slug = "hashicorp/vault"
h.website_root = "website"
end