Bumps website to Consul version 0.7.5.

This commit is contained in:
James Phillips 2017-02-15 07:00:51 -08:00
parent 8325662084
commit 11bd2a66f1
No known key found for this signature in database
GPG Key ID: 77183E682AC5FC11
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ set :base_url, "https://www.consul.io/"
activate :hashicorp do |h|
h.name = "consul"
h.version = "0.7.4"
h.version = "0.7.5"
h.github_slug = "hashicorp/consul"
end