Cutting 0.5.1

This commit is contained in:
Armon Dadgar 2015-05-13 09:28:21 -07:00
parent 704f6343c3
commit 4507d8ac9b
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
## 0.5.1 (Unreleased)
## 0.5.1 (May 13, 2015)
FEATURES:

View File

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