Commit 5bfc036e authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

website:update version

parent b291dae3
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
set :base_url, "https://www.packer.io/" set :base_url, "https://www.packer.io/"
activate :hashicorp do |h| activate :hashicorp do |h|
h.version = '0.7.1' h.version = ENV["PACKER_VERSION"]
h.bintray_repo = 'mitchellh/packer' h.bintray_repo = 'mitchellh/packer'
h.bintray_user = 'mitchellh' h.bintray_user = 'mitchellh'
h.bintray_key = ENV['BINTRAY_API_KEY'] h.bintray_key = ENV['BINTRAY_API_KEY']
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment