Update version to 1.10.0-dev (#1777)

This commit is contained in:
dfawley
2018-01-02 16:35:01 -08:00
committed by GitHub
parent 17c6e90cd5
commit 82462103d1

View File

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