bump to 0.5.0.0-RC

This commit is contained in:
Jason Robinson 2015-03-30 17:49:15 +03:00
parent bafc3ae70e
commit c0b8f03225
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# Head
# 0.5.0.0
## Major Sidekiq update
This release includes a major upgrade of the background processing system Sidekiq. To upgrade cleanly:

View file

@ -4,7 +4,7 @@
defaults:
version:
number: "head" # 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.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"
heroku: false
environment:
url: "http://localhost:3000/"