Merge pull request #7340 from hashicorp/docs/change-website-download-v1.7.1

Update Consul version on website to 1.7.1
This commit is contained in:
Preetha 2020-02-23 21:56:29 -05:00 committed by GitHub
commit de366cc5a4
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.7.0"
h.version = "1.7.1"
h.github_slug = "hashicorp/consul"
end