Updates to Consul 0.7.3.

pull/2682/head
James Phillips 2017-01-26 10:16:11 -08:00 committed by GitHub
parent 1f903547b5
commit 3da73be55c
1 changed files with 1 additions and 1 deletions

View File

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