Skip to content

Commit

Permalink
Prepare for releasing v0.20.0 (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
punya committed Apr 27, 2021
1 parent d466232 commit 5a6256f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.19.0"
return "0.20.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 "0.19.0"
return "0.20.0"
}

0 comments on commit 5a6256f

Please sign in to comment.