diff --git a/lib/resque/integration/version.rb b/lib/resque/integration/version.rb index 544f487..be07ce7 100644 --- a/lib/resque/integration/version.rb +++ b/lib/resque/integration/version.rb @@ -1,5 +1,5 @@ module Resque module Integration - VERSION = '2.0.0'.freeze + VERSION = '3.0.0'.freeze end end