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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5d9e8c57 Bump version to 5.0.1
5d9e8c57 is described below

commit 5d9e8c576e7f0d63a898261fda6dc2207a32830c
Author: Aaron Ai <[email protected]>
AuthorDate: Tue Nov 29 17:21:42 2022 +0800

    Bump version to 5.0.1
---
 golang/metadata/metadata.go | 2 +-
 golang/user_agent.go        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/golang/metadata/metadata.go b/golang/metadata/metadata.go
index 2a40d46e..415bd893 100644
--- a/golang/metadata/metadata.go
+++ b/golang/metadata/metadata.go
@@ -31,7 +31,7 @@ const (
 const (
        LanguageValue = "GO"
        ProtocolValue = "v2"
-       VersionValue  = "5.0.0"
+       VersionValue  = "5.0.1"
 )
 
 const (
diff --git a/golang/user_agent.go b/golang/user_agent.go
index f8d1d345..99647928 100644
--- a/golang/user_agent.go
+++ b/golang/user_agent.go
@@ -29,7 +29,7 @@ type userAgent struct {
 }
 
 var globalUserAgent = &userAgent{
-       version:  "5.0.0",
+       version:  "5.0.1",
        platform: utils.GetOsDescription(),
        hostName: utils.HostName(),
 }

Reply via email to