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

Commit

Permalink
Update internal UserAgent version to 0.4.0 to match latest release (#578
Browse files Browse the repository at this point in the history
)

Noticed while examining some Stackdriver traces that we are
on release 0.4.0 but the useragent field shows `opencensus-go-v0.1.0`
  • Loading branch information
Emmanuel T Odeke committed Mar 13, 2018
1 parent eea28b8 commit fbaec82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/internal.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import "time"

// UserAgent is the user agent to be added to the outgoing
// requests from the exporters.
const UserAgent = "opencensus-go-v0.1.0"
const UserAgent = "opencensus-go-v0.4.0"

// MonotonicEndTime returns the end time at present
// but offset from start, monotonically.
Expand Down

0 comments on commit fbaec82

Please sign in to comment.