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