mirror of https://github.com/grpc/grpc-go.git
Change version to 1.4.0-dev (#1212)
This commit is contained in:
parent
84cd50a2f3
commit
0eb507a2ca
|
|
@ -496,6 +496,6 @@ type ServiceConfig struct {
|
||||||
const SupportPackageIsVersion4 = true
|
const SupportPackageIsVersion4 = true
|
||||||
|
|
||||||
// Version is the current grpc version.
|
// Version is the current grpc version.
|
||||||
const Version = "1.3.0-dev"
|
const Version = "1.4.0-dev"
|
||||||
|
|
||||||
const grpcUA = "grpc-go/" + Version
|
const grpcUA = "grpc-go/" + Version
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue