From 3d0668234a7bb5962b51845ccb8e002130eebe3e Mon Sep 17 00:00:00 2001 From: Eliott Bouhana Date: Wed, 13 Dec 2023 11:46:53 +0100 Subject: [PATCH] internal: version: v1.60.0-dev -> v1.59.0-rc.2 Signed-off-by: Eliott Bouhana --- 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 1dbd37863e..5fe4d8bf45 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.0-dev" +const Tag = "v1.59.0-rc.2" // Dissected version number. Filled during init() var (