From 41309024c459e17187fcce443daf6f2919ba889e Mon Sep 17 00:00:00 2001 From: Simon de Vlieger Date: Thu, 24 Oct 2024 16:57:15 +0200 Subject: [PATCH] distro/fedora: bump branched version Fedora is currently building Release Candidates. Since we use the versions to determine if we turn on the preview notice we need to bump the version for branched to remove it. Signed-off-by: Simon de Vlieger --- pkg/distro/fedora/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/distro/fedora/version.go b/pkg/distro/fedora/version.go index 3dddeb87c8..3459eae672 100644 --- a/pkg/distro/fedora/version.go +++ b/pkg/distro/fedora/version.go @@ -1,4 +1,4 @@ package fedora -const VERSION_BRANCHED = "41" +const VERSION_BRANCHED = "42" const VERSION_RAWHIDE = "42"