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

prepare for 2.2.1 release

This commit is contained in:
Mike Perham 2012-08-22 19:31:02 -07:00
parent 7b0c19941b
commit f3670c059a
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
HEAD
2.2.1
-----------
- Add support for custom tabs to Sidekiq::Web [#346]

View file

@ -1,3 +1,3 @@
module Sidekiq
VERSION = "2.2.0"
VERSION = "2.2.1"
end