diff --git a/lib/resque/integration/version.rb b/lib/resque/integration/version.rb index 91a86a7..bfa2e4a 100644 --- a/lib/resque/integration/version.rb +++ b/lib/resque/integration/version.rb @@ -1,5 +1,5 @@ module Resque module Integration - VERSION = '3.2.0'.freeze + VERSION = '3.3.0'.freeze end end