From c48e8c14c7ce384a9e75c9874c40031c54763050 Mon Sep 17 00:00:00 2001 From: Daniel Ahrnsbrak Date: Tue, 31 Mar 2026 11:39:52 -0400 Subject: [PATCH] Bump version to 0.85.0 --- 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 713cf61c..c95adaa7 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.84.0' + VERSION = '0.85.0' DEV_SCRIPTS_ROOT = ::File.expand_path('../../../../../redis', __FILE__) RELEASE_SCRIPTS_ROOT = ::File.expand_path('../redis', __FILE__) end