diff --git a/internal/version/version.go b/internal/version/version.go index f2ee674329..2e6d7c6d18 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -8,4 +8,4 @@ package version // Tag specifies the current release tag. It needs to be manually // updated. A test checks that the value of Tag never points to a // git tag that is older than HEAD. -const Tag = "v1.36.0" +const Tag = "v1.37.0"