From cee100c1dc114eacac4a59440acdfbe951c42844 Mon Sep 17 00:00:00 2001 From: Gilver Date: Thu, 20 Mar 2025 03:24:42 -0500 Subject: [PATCH] [f40] chore: bump bodhi rawhide ver (#4028) (#4039) Co-authored-by: madomado --- 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 626c4f8aac..211f72fee3 100644 --- a/andax/bump_extras.rhai +++ b/andax/bump_extras.rhai @@ -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;