From 1796307c728209c70043d7fa2e790728efd0d81c Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Fri, 20 Feb 2026 04:48:38 -0800 Subject: [PATCH] chore(andax/bump_extras.rhai): Bump Rawhide (#9981) (#9994) (cherry picked from commit d9ea6562693bbc1f97a173494954878a09dcf07d) Signed-off-by: Gilver Co-authored-by: Gilver --- andax/bump_extras.rhai | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}`;