Update protoc@latest to 3.21.11

This commit is contained in:
Taiki Endo
2022-12-09 01:33:14 +09:00
parent 5b5badbee3
commit 8666426bd7
3 changed files with 3 additions and 2 deletions

View File

@@ -315,7 +315,7 @@ for tool in "${tools[@]}"; do
;;
protoc)
# https://github.com/protocolbuffers/protobuf/releases
latest_version="3.21.10"
latest_version="3.21.11"
repo="protocolbuffers/protobuf"
case "${version}" in
latest) version="${latest_version}" ;;