From 45978f86d9083105c7cf2f322243ef2ced375cc2 Mon Sep 17 00:00:00 2001 From: Romain Marcadier Date: Mon, 6 Jan 2025 13:26:46 +0100 Subject: [PATCH] internal/version: v1.71.0-rc.4 --- 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 149d2655c5..9af471d8c2 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.71.0-rc.3" +const Tag = "v1.71.0-rc.4" // Dissected version number. Filled during init() var (