correct website download version to 1.6.2 (#6927)

This commit is contained in:
Alvin Huang 2019-12-10 17:29:58 -05:00 committed by GitHub
parent 0cf75f495e
commit 4e88ef70c0
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| activate :hashicorp do |h|
h.name = "consul" h.name = "consul"
h.version = "1.6.1" h.version = "1.6.2"
h.github_slug = "hashicorp/consul" h.github_slug = "hashicorp/consul"
end end