This is an automated email from the ASF dual-hosted git repository.

yuzhou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-go.git


The following commit(s) were added to refs/heads/master by this push:
     new 26142da  fix: client version mismatch (#1009)
26142da is described below

commit 26142da1b88ef22ac018138c724f5d4f48059da3
Author: qshuai <[email protected]>
AuthorDate: Tue Feb 21 17:52:23 2023 +0800

    fix: client version mismatch (#1009)
    
    Co-authored-by: shuai.qi <[email protected]>
---
 internal/client.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/internal/client.go b/internal/client.go
index d3c65a9..2ae8598 100644
--- a/internal/client.go
+++ b/internal/client.go
@@ -38,7 +38,7 @@ import (
 )
 
 const (
-       clientVersion        = "v2.1.0"
+       clientVersion        = "v2.1.1"
        defaultTraceRegionID = "DefaultRegion"
 
        // tracing message switch

Reply via email to