From 2a505ccd000c7fe0b0f4ab2c93e3661ad36c069e Mon Sep 17 00:00:00 2001 From: Eliott Bouhana Date: Tue, 23 Jan 2024 16:19:52 +0100 Subject: [PATCH] version: update version string v1.59.0 => v1.59.1 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 fac550c091..37260e1a55 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.59.0" +const Tag = "v1.59.1" // Dissected version number. Filled during init() var (