We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3f1e66 commit 9f41c1eCopy full SHA for 9f41c1e
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