From f8db9d35f969f1d3563c825b1cb83c0593557346 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Mon, 3 Apr 2023 18:02:54 +0200 Subject: [PATCH 1/2] Release 1.6.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates golang.org/x/net to v0.7.0 to resolve CVE-2022-41723. Signed-off-by: Miloslav Trmač --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 18507236d8..7e44b7b181 100644 --- a/version/version.go +++ b/version/version.go @@ -1,4 +1,4 @@ package version // Version is the version of the build. -const Version = "1.6.3-maint" +const Version = "1.6.3" From 11adb53e14c17293ea5005bc2cb3719d3bf5a044 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Mon, 3 Apr 2023 18:03:34 +0200 Subject: [PATCH 2/2] Bump to v1.6.3-maint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miloslav Trmač --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 7e44b7b181..18507236d8 100644 --- a/version/version.go +++ b/version/version.go @@ -1,4 +1,4 @@ package version // Version is the version of the build. -const Version = "1.6.3" +const Version = "1.6.3-maint"