From d02d46a55bff517ca4bcc5857249e5be2ca2055e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Mazeau?= Date: Thu, 23 Jun 2022 16:22:35 +0200 Subject: [PATCH] internal/version: v1.39.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 024c39ca37..a209c5da86 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -8,4 +8,4 @@ package version // 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.39.0" +const Tag = "v1.39.0-rc.1"