Bumps download link to 0.8.1.

This commit is contained in:
James Phillips 2017-04-17 11:14:48 -07:00
parent e75dc7ee04
commit 59abb5630e
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.0"
h.version = "0.8.1"
h.github_slug = "hashicorp/consul"
end