From 1a7c011b5b2b5d2eb081162f38a05ee64f3cd654 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 18 Apr 2017 18:03:26 -0700 Subject: [PATCH] Update website to point to hashicorp/packer, v1 --- website/config.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/config.rb b/website/config.rb index a62d25d85..9775698f0 100644 --- a/website/config.rb +++ b/website/config.rb @@ -2,8 +2,8 @@ set :base_url, "https://www.packer.io/" activate :hashicorp do |h| h.name = "packer" - h.version = "0.12.3" - h.github_slug = "mitchellh/packer" + h.version = "1.0.0" + h.github_slug = "hashicorp/packer" h.website_root = "website" end