Bump the website version

This commit is contained in:
mkeeler 2018-09-13 15:20:22 +00:00
parent 751063b50f
commit 4c58778187
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.2.2"
h.version = "1.2.3"
h.github_slug = "hashicorp/consul"
end