From 68834b6d1e80e79e5f1fd5fc5be46fec36ed5d3f Mon Sep 17 00:00:00 2001 From: Menghan Li Date: Wed, 14 Jun 2017 14:57:23 -0700 Subject: [PATCH] Change version to 1.4.2-dev --- rpc_util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpc_util.go b/rpc_util.go index 99367a055230..0b5e8ae07891 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.1" +const Version = "1.4.2-dev" const grpcUA = "grpc-go/" + Version