chore: bump bodhi rawhide ver (#4028) (#4029)

Signed-off-by: madomado <madonuko@outlook.com>
(cherry picked from commit 9726dc9e32)

Co-authored-by: madomado <madonuko@outlook.com>
This commit is contained in:
Raboneko
2025-03-19 21:32:17 -07:00
committed by GitHub
parent 78b63ef5ce
commit bdc0a97d6e
+1 -1
View File
@@ -6,7 +6,7 @@ fn as_bodhi_ver(branch) {
}
return `EPEL-${release}`;
} else if branch == "frawhide" {
return "F42";
return "F43";
} else if branch.starts_with("f") {
branch.crop(1);
return `F${branch}`;