aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/codegen/core/gen_nano_proto.sh
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-08-22 15:03:12 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2016-08-22 15:03:12 -0700
commit88ece5876413941b5354280abca06cff4e0ad6cb (patch)
treeb71ce5814596e9a8711f54953fafee55f2a87a91 /tools/codegen/core/gen_nano_proto.sh
parenta06530c9e41b8284a3493fe28adaa5fbbe719ea9 (diff)
Update protobuf version to 3.0.0
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 c880fc23a2..df107c208f 100755
--- a/tools/codegen/core/gen_nano_proto.sh
+++ b/tools/codegen/core/gen_nano_proto.sh
@@ -123,7 +123,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.0b2
+pip install protobuf==3.0.0
pushd "$(dirname $INPUT_PROTO)" > /dev/null