Bump website version

This commit is contained in:
banks 2019-01-23 22:16:20 +00:00
parent b316c12953
commit 33478ff0f5
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.4.0"
h.version = "1.4.1"
h.github_slug = "hashicorp/consul"
end