Bumps website version to 1.0.0.

This commit is contained in:
James Phillips 2017-10-16 09:40:44 -07:00
parent a7f3d23613
commit abace13f46
No known key found for this signature in database
GPG Key ID: 77183E682AC5FC11
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 = "0.9.3"
h.version = "1.0.0"
h.github_slug = "hashicorp/consul"
end