From 8088555d69a0559226cffe4b9b7715ef0024e5be 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 7d406f9a3..629d37587 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