Update Consul version for the website

This commit is contained in:
mkeeler 2018-06-25 20:15:14 +00:00
parent f8355d608a
commit aca96840b2
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.1.0"
h.version = "1.2.0"
h.github_slug = "hashicorp/consul"
end