From 360a8051beb0ebcfbb041cf6fa663014ea63607d Mon Sep 17 00:00:00 2001 From: Christian Bruckmayer Date: Tue, 24 Oct 2023 16:35:46 +0100 Subject: [PATCH] Bump version --- ruby/lib/ci/queue/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby/lib/ci/queue/version.rb b/ruby/lib/ci/queue/version.rb index 0281d12a..826a486d 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.37.0' + VERSION = '0.38.0' DEV_SCRIPTS_ROOT = ::File.expand_path('../../../../../redis', __FILE__) RELEASE_SCRIPTS_ROOT = ::File.expand_path('../redis', __FILE__) end