Updates download version to 1.0.6

This commit is contained in:
Preetha Appan 2018-02-09 12:21:18 -06:00
parent 9dd21ee4bb
commit adbd3c5b2f
No known key found for this signature in database
GPG Key ID: 9F7C19990A50EAFC
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 = "1.0.5"
h.version = "1.0.6"
h.github_slug = "hashicorp/consul"
end