Skip to content

Commit

Permalink
Prepare to release v1.0.0-RC2 (stable) / v0.22.0 (unstable) (#201)
Browse files Browse the repository at this point in the history
* Prepare to release v1.0.0-RC2 (stable) / v0.22.0 (unstable)

* Fix Go version number that always led to bad diffs
  • Loading branch information
punya committed Aug 4, 2021
1 parent 8bcac98 commit cec455d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions e2e-test-server/go.mod
@@ -1,10 +1,10 @@
module github.com/GoogleCloudPlatform/opentelemetry-operations-go/e2e-test-server

go 1.16
go 1.14

require (
cloud.google.com/go/pubsub v1.13.0
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.0.0-RC1
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.0.0-RC2
go.opentelemetry.io/otel v1.0.0-RC2
go.opentelemetry.io/otel/sdk v1.0.0-RC2
go.opentelemetry.io/otel/trace v1.0.0-RC2
Expand Down
2 changes: 1 addition & 1 deletion exporter/metric/version.go
Expand Up @@ -17,5 +17,5 @@ package metric
// Version is the current release version of the OpenTelemetry
// Operations Metric Exporter in use.
func Version() string {
return "0.21.0"
return "0.22.0"
}
2 changes: 1 addition & 1 deletion exporter/trace/version.go
Expand Up @@ -17,5 +17,5 @@ package trace
// Version is the current release version of the OpenTelemetry
// Operations Trace Exporter in use.
func Version() string {
return "1.0.0-RC1"
return "1.0.0-RC2"
}

0 comments on commit cec455d

Please sign in to comment.