Change version to 1.11.0-dev (#1863)

This commit is contained in:
Menghan Li 2018-02-15 15:27:11 -08:00 committed by GitHub
parent 46fd263cc8
commit dfa18343df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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