Update website to download version 1.0.7

This commit is contained in:
Kyle Havlovitz 2018-04-13 10:25:40 -07:00
parent 189b19c678
commit 8acead4210
No known key found for this signature in database
GPG Key ID: 8A5E6B173056AD6C
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.0.6" h.version = "1.0.7"
h.github_slug = "hashicorp/consul" h.github_slug = "hashicorp/consul"
end end