internal: move version to a separate file (#2080)

So it's easier to update version when doing releases.
This commit is contained in:
Menghan Li
2018-05-16 10:32:41 -07:00
committed by GitHub
parent 679ceaae57
commit b4dd78522b
2 changed files with 22 additions and 3 deletions

View File

@ -738,7 +738,4 @@ const (
SupportPackageIsVersion5 = true
)
// Version is the current grpc version.
const Version = "1.13.0-dev"
const grpcUA = "grpc-go/" + Version