Browse Source

correct website download version to 1.6.2 (#6927)

pull/6929/head
Alvin Huang 5 years ago committed by GitHub
parent
commit
de42b8db8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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.6.1"
h.version = "1.6.2"
h.github_slug = "hashicorp/consul"
end

Loading…
Cancel
Save