Skip to content

Commit

Permalink
Update version.go (open-telemetry#2157)
Browse files Browse the repository at this point in the history
Missed in last release.
  • Loading branch information
MrAlias authored Aug 4, 2021
1 parent 21d4686 commit 59a82eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ package otel // import "go.opentelemetry.io/otel"

// Version is the current release version of OpenTelemetry in use.
func Version() string {
return "1.0.0-RC1"
return "1.0.0-RC2"
}

0 comments on commit 59a82eb

Please sign in to comment.