Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit f7730ab

Browse files
author
Ramon Nogueira
authored
Update UserAgent version (#753)
1 parent ebd8d31 commit f7730ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/internal.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import "time"
1818

1919
// UserAgent is the user agent to be added to the outgoing
2020
// requests from the exporters.
21-
const UserAgent = "opencensus-go [0.9.0]"
21+
const UserAgent = "opencensus-go [0.10.0]"
2222

2323
// MonotonicEndTime returns the end time at present
2424
// but offset from start, monotonically.

0 commit comments

Comments
 (0)