docs: update website version (#7456)

This commit is contained in:
Hans Hasselberg 2020-03-16 22:03:36 +01:00 committed by GitHub
parent 646c9f5896
commit 316d14f86e
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.1"
h.version = "1.7.2"
h.github_slug = "hashicorp/consul"
end