Change version to 1.4.0-dev (#1212)

This commit is contained in:
Menghan Li 2017-04-28 15:32:14 -07:00 committed by GitHub
parent 84cd50a2f3
commit 0eb507a2ca
1 changed files with 1 additions and 1 deletions

View File

@ -496,6 +496,6 @@ type ServiceConfig struct {
const SupportPackageIsVersion4 = true
// Version is the current grpc version.
const Version = "1.3.0-dev"
const Version = "1.4.0-dev"
const grpcUA = "grpc-go/" + Version