From c5596e3574249038f0fc6fd6f7f1513cb01a87df Mon Sep 17 00:00:00 2001 From: James Phillips Date: Fri, 9 Jun 2017 08:03:24 -0700 Subject: [PATCH] Bumps the website version to 0.8.4. --- website/config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/config.rb b/website/config.rb index 629d37587d..bf55ef2b6e 100644 --- a/website/config.rb +++ b/website/config.rb @@ -2,7 +2,7 @@ set :base_url, "https://www.consul.io/" activate :hashicorp do |h| h.name = "consul" - h.version = "0.8.3" + h.version = "0.8.4" h.github_slug = "hashicorp/consul" end