Skip to content

Commit a9b6c58

Browse files
committed
update version and dep version
1 parent e32287b commit a9b6c58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sampler/xray/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ group :test do
1212
gem 'bundler', '~> 2.4'
1313
gem 'minitest', '~> 5.0'
1414
gem 'rake', '~> 13.0'
15-
gem 'rubocop', '~> 1.73.2'
15+
gem 'rubocop', '~> 1.75.2'
1616
gem 'rubocop-performance', '~> 1.24.0'
1717
gem 'simplecov', '~> 0.22.0'
1818
gem 'yard', '~> 0.9'

sampler/xray/lib/opentelemetry/sampler/xray/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
module OpenTelemetry
88
module Sampler
99
module XRay
10-
VERSION = '0.0.1'
10+
VERSION = '0.0.0'
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)