From cf04b299b7676965eaefbd1369ef5e9f3394d140 Mon Sep 17 00:00:00 2001 From: Menghan Li Date: Thu, 9 Jun 2016 10:24:53 -0700 Subject: [PATCH] Change SupportPackageIsVersion variable --- rpc_util.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpc_util.go b/rpc_util.go index fe3748d97..080ebb143 100644 --- a/rpc_util.go +++ b/rpc_util.go @@ -406,10 +406,10 @@ func convertCode(err error) codes.Code { return codes.Unknown } -// SupportPackageIsVersion2 is referenced from generated protocol buffer files +// SupportPackageIsVersion3 is referenced from generated protocol buffer files // to assert that that code is compatible with this version of the grpc package. // // This constant may be renamed in the future if a change in the generated code // requires a synchronised update of grpc-go and protoc-gen-go. This constant // should not be referenced from any other code. -const SupportPackageIsVersion2 = true +const SupportPackageIsVersion3 = true