From b15215fb911b24a5d61d57feec4233d610530464 Mon Sep 17 00:00:00 2001 From: Menghan Li Date: Thu, 22 Jun 2017 13:41:11 -0700 Subject: [PATCH] Change version to 1.4.2 --- rpc_util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpc_util.go b/rpc_util.go index 0b5e8ae07891..c73dda87e6a2 100644 --- a/rpc_util.go +++ b/rpc_util.go @@ -528,6 +528,6 @@ func getMaxSize(mcMax, doptMax *int, defaultVal int) *int { const SupportPackageIsVersion4 = true // Version is the current grpc version. -const Version = "1.4.2-dev" +const Version = "1.4.2" const grpcUA = "grpc-go/" + Version