Browse Source

Bump website version

pull/416/head
Armon Dadgar 10 years ago
parent
commit
885b2d9fb1
  1. 2
      website/config.rb

2
website/config.rb

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

Loading…
Cancel
Save