Change version to 1.12.0-dev (#1946)

This commit is contained in:
Menghan Li
2018-03-27 15:15:31 -07:00
committed by GitHub
parent f2620c3803
commit f72b28a6d1

View File

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