From 51122caac4ca81a59412bb09110b9028b834f881 Mon Sep 17 00:00:00 2001 From: Julio Guerra Date: Thu, 27 Oct 2022 18:37:49 +0200 Subject: [PATCH] internal/version: update version to v1.43.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 0656de604e..da5f90a10a 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.43.1-rc.2" +const Tag = "v1.43.1" // Dissected version number. Filled during init() var (