From a3481052ad46b435e7d38530ebc83e933f404850 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Thu, 3 Dec 2015 20:29:51 -0800 Subject: [PATCH] Bumps the website version to 0.6.0. --- website/config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/config.rb b/website/config.rb index 8cc1d9bd0..2921a55ec 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.5.2" + h.version = "0.6.0" h.github_slug = "hashicorp/consul" end