Updates website to version 0.6.4.

This commit is contained in:
James Phillips 2016-03-16 10:36:57 -07:00
parent 26a0ef8c41
commit 580cfc3831
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.6.3"
h.version = "0.6.4"
h.github_slug = "hashicorp/consul"
end