From 30ee0b62b51501da6c731838be65af73500bfb4e Mon Sep 17 00:00:00 2001 From: Greg Dodd Date: Thu, 11 Sep 2025 13:52:04 -0400 Subject: [PATCH] bump version to 0.78.0 --- ruby/Gemfile.lock | 2 +- ruby/lib/ci/queue/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock index b172e06f..ad35d778 100644 --- a/ruby/Gemfile.lock +++ b/ruby/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ci-queue (0.77.0) + ci-queue (0.78.0) logger GEM diff --git a/ruby/lib/ci/queue/version.rb b/ruby/lib/ci/queue/version.rb index a468f01e..88c7e313 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.77.0' + VERSION = '0.78.0' DEV_SCRIPTS_ROOT = ::File.expand_path('../../../../../redis', __FILE__) RELEASE_SCRIPTS_ROOT = ::File.expand_path('../redis', __FILE__) end