bump to 0.5.0.1

This commit is contained in:
Jonne Haß 2015-05-06 23:52:40 +02:00
parent d27061d5d6
commit 51918a798a
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
# 0.5.0.1
Use the correct setting for captcha length instead of defaulting to 1 always.
# 0.5.0.0
## Major Sidekiq update

View file

@ -4,7 +4,7 @@
defaults:
version:
number: "0.5.0.0" # Do not touch unless doing a release, do not backport the version number that's in master but keep develop to always say "head"
number: "0.5.0.1" # Do not touch unless doing a release, do not backport the version number that's in master
heroku: false
environment:
url: "http://localhost:3000/"