We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e32287b commit a9b6c58Copy full SHA for a9b6c58
sampler/xray/Gemfile
@@ -12,7 +12,7 @@ group :test do
12
gem 'bundler', '~> 2.4'
13
gem 'minitest', '~> 5.0'
14
gem 'rake', '~> 13.0'
15
- gem 'rubocop', '~> 1.73.2'
+ gem 'rubocop', '~> 1.75.2'
16
gem 'rubocop-performance', '~> 1.24.0'
17
gem 'simplecov', '~> 0.22.0'
18
gem 'yard', '~> 0.9'
sampler/xray/lib/opentelemetry/sampler/xray/version.rb
@@ -7,7 +7,7 @@
7
module OpenTelemetry
8
module Sampler
9
module XRay
10
- VERSION = '0.0.1'
+ VERSION = '0.0.0'
11
end
0 commit comments