We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e06bb commit 9f5a948Copy full SHA for 9f5a948
scripts/download-protoc.sh
@@ -1,6 +1,8 @@
1
#!/usr/bin/env bash
2
set -eou pipefail
3
4
+# This script requires bash 4+, some macOS installations have bash 3
5
+
6
# Specify the protobuf release version
7
PROTOBUF_VERSION="29.2"
8
0 commit comments