Browse Source

Update Consul version on website to 1.7.1

pull/7340/head
Blake Covarrubias 5 years ago
parent
commit
ab20785210
  1. 2
      website/config.rb

2
website/config.rb

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

Loading…
Cancel
Save