From d2e1b51f33ff8c5e4a15560ff049d200e83726c5 Mon Sep 17 00:00:00 2001 From: Menghan Li Date: Fri, 28 Apr 2017 14:33:45 -0700 Subject: [PATCH] Change version to 1.3.0 --- rpc_util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpc_util.go b/rpc_util.go index 2210af3175fd..34e1ad03b978 100644 --- a/rpc_util.go +++ b/rpc_util.go @@ -496,6 +496,6 @@ type ServiceConfig struct { const SupportPackageIsVersion4 = true // Version is the current grpc version. -const Version = "1.3.0-dev" +const Version = "1.3.0" const grpcUA = "grpc-go/" + Version