website: update website to set version

pull/399/head
Mitchell Hashimoto 12 years ago
parent 55e6987796
commit 58757d6e96

@ -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']

Loading…
Cancel
Save