Bump to v0.4.0.rc4.

This commit is contained in:
Tobias Svensson 2013-09-17 17:19:22 +01:00
parent 64f40634c0
commit 89b6d12b3a
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
0.4.0
-----
- Fix bug where web dashboard wouldn't render when in presence of a
worker without a schedule.
- Schedulable#tiq deprecation warning removed.
- Schedules are now stored on the workers directly instead of in a
pseudo-global, mutable Hash.

View File

@ -11,7 +11,7 @@ module Sidetiq
PATCH = 0
# Public: Sidetiq version suffix.
SUFFIX = 'rc3'
SUFFIX = 'rc4'
# Public: String representation of the current Sidetiq version.
STRING = [MAJOR, MINOR, PATCH, SUFFIX].compact.join('.')