chore: upgrade dependencies

This commit is contained in:
2022-06-07 20:01:36 +02:00
parent df39939c33
commit f746095173
89 changed files with 2095 additions and 596 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 = ""
)