Skip to content

Commit

Permalink
grpc: Bump up support package version. (#3818)
Browse files Browse the repository at this point in the history
This was missed out in #3816.
  • Loading branch information
easwars committed Aug 14, 2020
1 parent f30caa9 commit a3740e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rpc_util.go
Expand Up @@ -866,7 +866,7 @@ type channelzData struct {

// The SupportPackageIsVersion variables are referenced from generated protocol
// buffer files to ensure compatibility with the gRPC version used. The latest
// support package version is 6.
// support package version is 7.
//
// Older versions are kept for compatibility. They may be removed if
// compatibility cannot be maintained.
Expand All @@ -877,6 +877,7 @@ const (
SupportPackageIsVersion4 = true
SupportPackageIsVersion5 = true
SupportPackageIsVersion6 = true
SupportPackageIsVersion7 = true
)

const grpcUA = "grpc-go/" + Version

0 comments on commit a3740e5

Please sign in to comment.