Bump download version to 1.0.5

This commit is contained in:
Kyle Havlovitz 2018-02-07 12:50:12 -08:00 committed by GitHub
parent 3f18570fd4
commit ec92adc246
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.3"
h.version = "1.0.5"
h.github_slug = "hashicorp/consul"
end