From f052956e4406b6f6966a5f1540ca688ab840489b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dario=20Casta=C3=B1=C3=A9?= Date: Fri, 8 Nov 2024 17:33:39 +0100 Subject: [PATCH] chore(internal/version): bump version.go to v1.70.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 b7b24999c0..56f0cc55b3 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.70.0-dev" +const Tag = "v1.70.0-rc.1" // Dissected version number. Filled during init() var (