internal: move version to a separate file (#2080)
So it's easier to update version when doing releases.
This commit is contained in:
@ -738,7 +738,4 @@ const (
|
||||
SupportPackageIsVersion5 = true
|
||||
)
|
||||
|
||||
// Version is the current grpc version.
|
||||
const Version = "1.13.0-dev"
|
||||
|
||||
const grpcUA = "grpc-go/" + Version
|
||||
|
Reference in New Issue
Block a user