[f40] chore: bump bodhi rawhide ver (#4028) (#4039)

Co-authored-by: madomado <madonuko@outlook.com>
This commit is contained in:
Gilver
2025-03-20 03:24:42 -05:00
committed by GitHub
parent 99ade72c19
commit cee100c1dc
+1 -1
View File
@@ -6,7 +6,7 @@ fn as_bodhi_ver(branch) {
}
return `EPEL-${release}`;
} else if branch == "frawhide" {
return "42";
return "F43";
} else if branch.starts_with("f") {
branch.crop(1);
return branch;