Skip to content

Commit

Permalink
Bump version to 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-ai committed Nov 30, 2022
1 parent 5ba0ba1 commit 5d9e8c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion golang/metadata/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const (
const (
LanguageValue = "GO"
ProtocolValue = "v2"
VersionValue = "5.0.0"
VersionValue = "5.0.1"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion golang/user_agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type userAgent struct {
}

var globalUserAgent = &userAgent{
version: "5.0.0",
version: "5.0.1",
platform: utils.GetOsDescription(),
hostName: utils.HostName(),
}
Expand Down

0 comments on commit 5d9e8c5

Please sign in to comment.