From ca1b0f34d1d2c3e2074c9c231249f1a0e4d3ceb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Tue, 2 Aug 2022 18:58:52 +0200 Subject: [PATCH 1/2] Release v1.9.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - [CI:DOCS] Cirrus: Use the latest imgts container - Cirrus: Update CI VM images to match podman CI - Bump github.com/containers/common from 0.49.0 to 0.49.1 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 1a66ef29..07ac1208 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.9.2-dev" +const Version = "1.9.2" From e95123a2d4374a4bb5acce3a9dca452627c6679a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Tue, 2 Aug 2022 18:59:24 +0200 Subject: [PATCH 2/2] Bump to v1.9.3-dev 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 07ac1208..3b125135 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.9.2" +const Version = "1.9.3-dev"