Update Consul version on website to 1.7.1

pull/7340/head
Blake Covarrubias 2020-02-23 14:04:20 -08:00
parent ca6ba769ff
commit ab20785210
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.7.0" h.version = "1.7.1"
h.github_slug = "hashicorp/consul" h.github_slug = "hashicorp/consul"
end end