From a8381ab7da94f0067a12c15e5ab0f128f9a02de7 Mon Sep 17 00:00:00 2001 From: commitay Date: Tue, 17 Oct 2017 07:01:13 +1000 Subject: [PATCH] consul 1.0.0 Closes #19518. Signed-off-by: ilovezfs --- Formula/consul.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/consul.rb b/Formula/consul.rb index c86a7752c5..2ee0875c48 100644 --- a/Formula/consul.rb +++ b/Formula/consul.rb @@ -2,8 +2,8 @@ class Consul < Formula desc "Tool for service discovery, monitoring and configuration" homepage "https://www.consul.io" url "https://github.com/hashicorp/consul.git", - :tag => "v0.9.3", - :revision => "112c0603d3d6fb23ab5f15e8fdb1a761da8eaf9a" + :tag => "v1.0.0", + :revision => "51ea240df8476e02215d53fbfad5838bf0d44d21" head "https://github.com/hashicorp/consul.git", :shallow => false