Merge pull request #1612 from hashicorp/slackpad-patch-1

Bumps website version to 0.6.3.
This commit is contained in:
James Phillips 2016-01-14 19:55:02 -08:00
commit cbe84fbaf0
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.2"
h.version = "0.6.3"
h.github_slug = "hashicorp/consul"
end