diff --git a/andax/bump_extras.rhai b/andax/bump_extras.rhai index efa2c0a89c..90ec2e5ee8 100644 --- a/andax/bump_extras.rhai +++ b/andax/bump_extras.rhai @@ -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}`;