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

Release 2.6.1

This commit is contained in:
Mike Perham 2012-12-31 13:25:27 -08:00
parent 91518ec870
commit 4349bac64d
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
HEAD
2.6.1
-----------
- Dashboard now live updates summary stats also. [brandonhilkert, #605]

View file

@ -1,3 +1,3 @@
module Sidekiq
VERSION = "2.6.0"
VERSION = "2.6.1"
end