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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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