diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock index 94f25b7f..f8ef1c3f 100644 --- a/ruby/Gemfile.lock +++ b/ruby/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ci-queue (0.57.0) + ci-queue (0.58.0) GEM remote: https://rubygems.org/ diff --git a/ruby/lib/ci/queue/version.rb b/ruby/lib/ci/queue/version.rb index 9200921a..1edd45a7 100644 --- a/ruby/lib/ci/queue/version.rb +++ b/ruby/lib/ci/queue/version.rb @@ -2,7 +2,7 @@ module CI module Queue - VERSION = '0.57.0' + VERSION = '0.58.0' DEV_SCRIPTS_ROOT = ::File.expand_path('../../../../../redis', __FILE__) RELEASE_SCRIPTS_ROOT = ::File.expand_path('../redis', __FILE__) end