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

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