mirror of https://github.com/grpc/grpc-go.git
Change version to 1.7.0-dev (#1496)
This commit is contained in:
parent
47d8591b12
commit
3a378f9deb
|
@ -510,6 +510,6 @@ const SupportPackageIsVersion3 = true
|
|||
const SupportPackageIsVersion4 = true
|
||||
|
||||
// Version is the current grpc version.
|
||||
const Version = "1.6.0-dev"
|
||||
const Version = "1.7.0-dev"
|
||||
|
||||
const grpcUA = "grpc-go/" + Version
|
||||
|
|
Loading…
Reference in New Issue