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

Fix core_ext issues

This commit is contained in:
Mike Perham 2012-10-30 14:13:42 -07:00
parent 40f060849c
commit cb71021372
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2.5.1
-----------
- Fix issues with core\_ext
2.5.0
-----------

View file

@ -1,3 +1,3 @@
module Sidekiq
VERSION = "2.5.0"
VERSION = "2.5.1"
end