Bump website download version to 1.4.0

pull/4958/head
Kyle Havlovitz 2018-11-14 16:29:09 -08:00
parent 0bddfa23a2
commit 72c56387ca
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.3.1"
h.version = "1.4.0"
h.github_slug = "hashicorp/consul"
end