chore(andax/bump_extras.rhai): Bump Rawhide (#9981)

Signed-off-by: Gilver <roachy@fyralabs.com>
This commit is contained in:
Gilver
2026-02-20 06:47:19 -06:00
committed by GitHub
parent ab8947c992
commit d9ea656269
+1 -1
View File
@@ -45,7 +45,7 @@ fn as_bodhi_ver(branch) {
}
return `EPEL-${release}`;
} else if branch == "frawhide" {
return "F44";
return "F45";
} else if branch.starts_with("f") {
branch.crop(1);
return `F${branch}`;