From b59d40d0265d2a4296b0224d6eadacba1f5eea32 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Fri, 12 May 2017 08:17:56 -0700 Subject: [PATCH] Bumps website download link to 0.8.3. --- website/config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/config.rb b/website/config.rb index 7d406f9a33..629d37587d 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.2" + h.version = "0.8.3" h.github_slug = "hashicorp/consul" end