We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d06466a commit 1bdfb52Copy full SHA for 1bdfb52
2 files changed
ruby/Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- ci-queue (0.67.0)
+ ci-queue (0.68.0)
5
logger
6
7
GEM
ruby/lib/ci/queue/version.rb
@@ -2,7 +2,7 @@
module CI
module Queue
- VERSION = '0.67.0'
+ VERSION = '0.68.0'
DEV_SCRIPTS_ROOT = ::File.expand_path('../../../../../redis', __FILE__)
RELEASE_SCRIPTS_ROOT = ::File.expand_path('../redis', __FILE__)
8
end
0 commit comments