Change version to 1.13.0-dev (#2054)

This commit is contained in:
lyuxuan 2018-05-08 14:17:26 -07:00 committed by GitHub
parent 854695bef0
commit 45d7f3a23f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -722,6 +722,6 @@ const (
)
// Version is the current grpc version.
const Version = "1.12.0-dev"
const Version = "1.13.0-dev"
const grpcUA = "grpc-go/" + Version