Skip to content

Commit ad53146

Browse files
committed
Bump version
1 parent c796f71 commit ad53146

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ruby/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
ci-queue (0.63.0)
4+
ci-queue (0.64.0)
55
logger
66

77
GEM
@@ -31,7 +31,7 @@ GEM
3131
concurrent-ruby (~> 1.0)
3232
json (2.7.1)
3333
language_server-protocol (3.17.0.3)
34-
logger (1.6.1)
34+
logger (1.6.6)
3535
minitest (5.22.3)
3636
minitest-reporters (1.6.1)
3737
ansi

ruby/lib/ci/queue/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module CI
44
module Queue
5-
VERSION = '0.63.0'
5+
VERSION = '0.64.0'
66
DEV_SCRIPTS_ROOT = ::File.expand_path('../../../../../redis', __FILE__)
77
RELEASE_SCRIPTS_ROOT = ::File.expand_path('../redis', __FILE__)
88
end

0 commit comments

Comments
 (0)