From 5bd224687fbef867e1380f870937e56a1a6d6181 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 9 Apr 2024 20:28:13 -0700 Subject: [PATCH] Bump base version in ostree-parse-pungi.py The flatpaks have been updated to the F40 runtime, so we need to keep pace here. 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 7febcc7c..23c5ce4b 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 = "39" +BASEVER = "40" # a regex to find where we replace that BASEPATT = re.compile(r"(runtime/org.fedoraproject.Platform/.*?/f)(\d+)")