From 96ecc73e36b8ee9fcefe629947a39776cb654c2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dario=20Casta=C3=B1=C3=A9?= Date: Tue, 13 Feb 2024 11:28:12 +0100 Subject: [PATCH] internal/version: v1.60.2-rc.2 --- 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 c2a38012a4..f6a3ee5018 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.60.2-rc.1" +const Tag = "v1.60.2-rc.2" // Dissected version number. Filled during init() var (