diff --git a/Gemfile.lock b/Gemfile.lock index d6cc418..83fac18 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - resqutils (1.1.1) + resqutils (1.2.0) resque GEM diff --git a/lib/resqutils/version.rb b/lib/resqutils/version.rb index ff40c54..f4dc762 100644 --- a/lib/resqutils/version.rb +++ b/lib/resqutils/version.rb @@ -1,3 +1,3 @@ module Resqutils - VERSION='1.1.1' + VERSION='1.2.0' end