1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

bump version, release 2.6.3

This commit is contained in:
Mike Perham 2013-01-07 20:41:04 -08:00
parent 9c6b637be7
commit 7748099368
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2.6.3
-----------
- sidekiqctl exits with non-zero exit code upon error [jmazzi]
- better argument validation in Sidekiq::Client [karlfreeman]
2.6.2
-----------

View file

@ -1,3 +1,3 @@
module Sidekiq
VERSION = "2.6.2"
VERSION = "2.6.3"
end