From 193753036816f859dd2aa607bf43c8543809aec2 Mon Sep 17 00:00:00 2001 From: Christian Bruckmayer Date: Tue, 2 Apr 2024 19:02:05 +0100 Subject: [PATCH] Bump version --- 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 e770a309..d85d1993 100644 --- a/ruby/Gemfile.lock +++ b/ruby/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ci-queue (0.48.0) + ci-queue (0.49.0) GEM remote: https://rubygems.org/ diff --git a/ruby/lib/ci/queue/version.rb b/ruby/lib/ci/queue/version.rb index 4f5150f5..3d87e4f9 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.48.0' + VERSION = '0.49.0' DEV_SCRIPTS_ROOT = ::File.expand_path('../../../../../redis', __FILE__) RELEASE_SCRIPTS_ROOT = ::File.expand_path('../redis', __FILE__) end