Change version to 1.6.x (#1382)

This commit is contained in:
Menghan Li
2017-07-20 13:19:54 -07:00
committed by dfawley
parent 939edc09d6
commit 2b21bfb96b

View File

@ -519,6 +519,6 @@ const SupportPackageIsVersion3 = true
const SupportPackageIsVersion4 = true
// Version is the current grpc version.
const Version = "1.5.0-dev"
const Version = "1.6.0-dev"
const grpcUA = "grpc-go/" + Version