chore: upgrade dependencies

This commit is contained in:
2022-06-09 16:18:24 +02:00
parent fa2a3ce53b
commit ed0f844e40
74 changed files with 1707 additions and 408 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 = ""
)