1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-07-17 01:12:45 +02:00

Prepare for releasing v0.5.0

This commit is contained in:
Tyler Yahn
2020-05-13 17:11:23 -07:00
parent fefdf59a0b
commit ce266f9656
12 changed files with 15 additions and 15 deletions

View File

@ -17,5 +17,5 @@ package opentelemetry // import "go.opentelemetry.io/otel/sdk"
// Version is the current release version of OpenTelemetry in use.
func Version() string {
return "0.4.3"
return "0.5.0"
}