From fbaec820443e7fc539372512988537141461a3e6 Mon Sep 17 00:00:00 2001 From: Emmanuel T Odeke Date: Tue, 13 Mar 2018 16:27:45 -0700 Subject: [PATCH] Update internal UserAgent version to 0.4.0 to match latest release (#578) Noticed while examining some Stackdriver traces that we are on release 0.4.0 but the useragent field shows `opencensus-go-v0.1.0` --- internal/internal.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/internal.go b/internal/internal.go index f1d0efd1c..8907e4e3c 100644 --- a/internal/internal.go +++ b/internal/internal.go @@ -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.