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