Change version to 1.9.0-dev (#1682)

This commit is contained in:
Menghan Li
2017-11-22 10:46:06 -08:00
committed by GitHub
parent 6253aa9397
commit 646f701c82

View File

@ -510,6 +510,6 @@ const (
)
// Version is the current grpc version.
const Version = "1.8.0-dev"
const Version = "1.9.0-dev"
const grpcUA = "grpc-go/" + Version