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

bump and release

This commit is contained in:
Mike Perham 2013-02-08 08:38:04 -08:00
parent 2493b2da90
commit 736698ffde
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
2.7.2
-----------
- Remove gem signing infrastructure. It was causing Sidekiq to break
when used via git in Bundler. This is why we can't have nice things. [#688]
2.7.1
-----------

View file

@ -1,3 +1,3 @@
module Sidekiq
VERSION = "2.7.1"
VERSION = "2.7.2"
end