Bumps website download link to 0.8.3.

This commit is contained in:
James Phillips 2017-05-12 08:17:56 -07:00
parent 98bcfd3b45
commit 8088555d69
No known key found for this signature in database
GPG Key ID: 77183E682AC5FC11
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ set :base_url, "https://www.consul.io/"
activate :hashicorp do |h|
h.name = "consul"
h.version = "0.8.2"
h.version = "0.8.3"
h.github_slug = "hashicorp/consul"
end