Skip to content

Commit

Permalink
distro/fedora: bump branched version
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
supakeen committed Oct 24, 2024
1 parent 9144e24 commit 1ba13ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/distro/fedora/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package fedora

const VERSION_BRANCHED = "41"
const VERSION_BRANCHED = "42"
const VERSION_RAWHIDE = "42"

0 comments on commit 1ba13ea

Please sign in to comment.