From 97608ebccf4f381b2a686cf812ef15da434d8749 Mon Sep 17 00:00:00 2001 From: Aiden Storey Date: Wed, 29 Jul 2026 21:54:55 -0400 Subject: [PATCH] Bump ci-queue to v0.97.0 Assisted-By: devx/5aeaba90-15b9-459b-9f70-06727f4da42b --- 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 2d456c62..800b4f49 100644 --- a/ruby/Gemfile.lock +++ b/ruby/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ci-queue (0.96.0) + ci-queue (0.97.0) logger GEM diff --git a/ruby/lib/ci/queue/version.rb b/ruby/lib/ci/queue/version.rb index 889b96f6..e187297a 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.96.0' + VERSION = '0.97.0' DEV_SCRIPTS_ROOT = ::File.expand_path('../../../../../redis', __FILE__) RELEASE_SCRIPTS_ROOT = ::File.expand_path('../redis', __FILE__) end