website: update website to set version

This commit is contained in:
Mitchell Hashimoto 2014-10-14 12:40:39 -07:00
parent 55e6987796
commit 58757d6e96
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#-------------------------------------------------------------------------
activate :hashicorp do |h|
h.version = '0.2.2'
h.version = ENV['TERRAFORM_VERSION']
h.bintray_repo = 'mitchellh/terraform'
h.bintray_user = 'mitchellh'
h.bintray_key = ENV['BINTRAY_API_KEY']