diff --git a/internal/version/version.go b/internal/version/version.go index d1b08f6be9..ec1cd0054a 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -13,7 +13,7 @@ import ( // 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.65.0-rc.2" +const Tag = "v1.65.0-rc.3" // Dissected version number. Filled during init() var (