Bump to v0.4.0.rc2.

This commit is contained in:
Tobias Svensson 2013-09-17 14:57:15 +01:00
parent 367814a2dd
commit d0451a0cc7
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
0.4.0
-----
- Clock now start looping automatically if `Sidekiq.server?` returns true.
- Show job history in web extension.
- Integrate with Sidekiq's exception handling/reporting in critical parts.
- Store more detailed lock metadata.

View File

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