From d60c985f8fbe10c45109fa90f65d2fdc8e007665 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Wed, 14 Sep 2016 09:27:31 -0700 Subject: [PATCH] Updates website to version 0.7.0. --- website/config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/config.rb b/website/config.rb index 4bfe9d49df..d1d4504f77 100644 --- a/website/config.rb +++ b/website/config.rb @@ -6,7 +6,7 @@ set :base_url, "https://www.consul.io/" activate :hashicorp do |h| h.name = "consul" - h.version = "0.6.4" + h.version = "0.7.0" h.github_slug = "hashicorp/consul" end