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

update to v0.2.3 (#512)

Promote everything to v0.2.3, golang 1.14, and give everything a nice go get -u ./... and go mod tidy along the way too.
This commit is contained in:
Liz Fong-Jones
2020-03-04 16:12:25 -05:00
committed by GitHub
parent 91ea965f8b
commit ffdbc05665
25 changed files with 413 additions and 123 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.1.0"
return "0.2.3"
}