From 5cd10597e040db3688a4f07d6a3b6c1b709a80d1 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Sun, 13 Oct 2024 15:26:23 -0700 Subject: [PATCH] Bump flatpak 'stable' number to 41 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 23c5ce4b..fe8c865a 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 = "40" +BASEVER = "41" # a regex to find where we replace that BASEPATT = re.compile(r"(runtime/org.fedoraproject.Platform/.*?/f)(\d+)")