Skip to content

Commit ce514ab

Browse files
fix: set the gem version to 0.0.0 to let the automation do the initial release
1 parent 69e54c9 commit ce514ab

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/grpc/lib/opentelemetry/instrumentation/grpc

1 file changed

+1
-1
lines changed

instrumentation/grpc/lib/opentelemetry/instrumentation/grpc/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 Instrumentation
99
module Grpc
10-
VERSION = '0.2.0'
10+
VERSION = '0.0.0'
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)