From 542a08dd10b347870cd707f78137ebd553709455 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 10 Oct 2023 08:07:16 -0700 Subject: [PATCH] ostree: bump the bundled flatpak base release to 39 This has been done for Rawhide and Branched, so let's do it in the script too. Signed-off-by: Adam Williamson --- ostree-parse-pungi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ostree-parse-pungi.py b/ostree-parse-pungi.py index 6781d45b..7febcc7c 100644 --- a/ostree-parse-pungi.py +++ b/ostree-parse-pungi.py @@ -5,7 +5,7 @@ import sys # the "current" base platform version, i.e. the one that the GNOME # app builds currently tagged "stable" need -BASEVER = "38" +BASEVER = "39" # a regex to find where we replace that BASEPATT = re.compile(r"(runtime/org.fedoraproject.Platform/.*?/f)(\d+)")