From 398f7a767754a7dd438d6ff2f8631698bf913696 Mon Sep 17 00:00:00 2001 From: Yuri Shkuro Date: Mon, 24 May 2021 17:19:35 -0400 Subject: [PATCH] Back to development Signed-off-by: Yuri Shkuro --- constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.go b/constants.go index d8eb6983..ebbdb5ff 100644 --- a/constants.go +++ b/constants.go @@ -22,7 +22,7 @@ import ( const ( // JaegerClientVersion is the version of the client library reported as Span tag. - JaegerClientVersion = "Go-2.29.1" + JaegerClientVersion = "Go-2.29.2-dev" // JaegerClientVersionTagKey is the name of the tag used to report client version. JaegerClientVersionTagKey = "jaeger.version"