Skip to content

Commit

Permalink
Bump golang version to 5.0.1-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-ai committed Dec 21, 2022
1 parent 6d3cd0b commit 5a6a16c
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.1"
VersionValue = "5.0.1-rc1"
)

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.1",
version: "5.0.1-rc1",
platform: utils.GetOsDescription(),
hostName: utils.HostName(),
}
Expand Down

0 comments on commit 5a6a16c

Please sign in to comment.