build: upgrade protbuf dependencies

This commit is contained in:
2022-06-07 19:27:50 +02:00
parent f048268629
commit b868d34594
27 changed files with 89 additions and 14 deletions

View File

@ -52,8 +52,8 @@ import (
// 10. Send out the CL for review and submit it.
const (
Major = 1
Minor = 27
Patch = 1
Minor = 28
Patch = 0
PreRelease = ""
)