aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/codegen/core/gen_nano_proto.sh
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-02-14 22:35:01 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-02-14 22:35:01 -0800
commit90e443280a377753eb03511b458850711858274d (patch)
treedbf84fec826631e1eafd7aff468c1ef653d9810b /tools/codegen/core/gen_nano_proto.sh
parentc15d25a9dbc44c26b0755bb5078920db57c8afd7 (diff)
parent7e54f14d8084a14d3586f9de00cd9a5211a640fe (diff)
Merge github.com:grpc/grpc into authority
Diffstat (limited to 'tools/codegen/core/gen_nano_proto.sh')
-rwxr-xr-xtools/codegen/core/gen_nano_proto.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/codegen/core/gen_nano_proto.sh b/tools/codegen/core/gen_nano_proto.sh
index 99e49814b8..8600573e1c 100755
--- a/tools/codegen/core/gen_nano_proto.sh
+++ b/tools/codegen/core/gen_nano_proto.sh
@@ -83,7 +83,7 @@ popd
# this should be the same version as the submodule we compile against
# ideally we'd update this as a template to ensure that
-pip install protobuf==3.0.0
+pip install protobuf==3.2.0
pushd "$(dirname $INPUT_PROTO)" > /dev/null