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

Bump version

This commit is contained in:
Mike Perham 2013-09-12 14:17:33 -07:00
parent c7c8044d75
commit 3a6d396f13
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2.14.1
-----------
- Fix misc Web UI issues due to ERB conversion.
- Bump redis-namespace version due to security issue.
2.14.0
-----------

View file

@ -1,3 +1,3 @@
module Sidekiq
VERSION = "2.14.0"
VERSION = "2.14.1"
end