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

Commit c67897e

Browse files
author
Ramon Nogueira
authored
Update version string to 0.4.0 (#12)
1 parent 2dcf1bf commit c67897e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stats.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const (
4848
opencensusTaskKey = "opencensus_task"
4949
opencensusTaskDescription = "Opencensus task identifier"
5050
defaultDisplayNamePrefix = "OpenCensus"
51-
version = "0.3.0"
51+
version = "0.4.0"
5252
)
5353

5454
var userAgent = fmt.Sprintf("opencensus-go %s; stackdriver-exporter %s", exporterutil.Version, version)

0 commit comments

Comments
 (0)