Browse Source

Updates to Consul 0.7.3.

pull/2682/head
James Phillips 8 years ago committed by GitHub
parent
commit
3da73be55c
  1. 2
      website/config.rb

2
website/config.rb

@ -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

Loading…
Cancel
Save