From c65bd52c084c9942d0f3330f58bf8d60a82d4e40 Mon Sep 17 00:00:00 2001 From: Nick Ripley Date: Wed, 4 Jan 2023 10:27:37 -0500 Subject: [PATCH] internal/version: v1.46.0-rc.1 --- internal/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version/version.go b/internal/version/version.go index c1d460dc1f..a5a52d0875 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.46.0" +const Tag = "v1.46.0-rc.1" // Dissected version number. Filled during init() var (