Bump website version

This commit is contained in:
Armon Dadgar 2014-10-20 10:42:06 -07:00
parent 541b98a926
commit 885b2d9fb1
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
set :base_url, "https://www.consul.io/"
activate :hashicorp do |h|
h.version = '0.4.0'
h.version = '0.4.1'
h.bintray_repo = 'mitchellh/consul'
h.bintray_user = 'mitchellh'
h.bintray_key = ENV['BINTRAY_API_KEY']