From d5ac63e420fc4c3cc37825188f7ff9c5d6280ea1 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 26 Mar 2025 16:27:48 -0700 Subject: [PATCH] Bump flatpak runtime version in ostree-parse-pungi.py every damn cycle I forget that we do this here. Signed-off-by: Adam Williamson --- data/ostree-parse-pungi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/ostree-parse-pungi.py b/data/ostree-parse-pungi.py index fe8c865a..9c96cccb 100755 --- a/data/ostree-parse-pungi.py +++ b/data/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 = "41" +BASEVER = "42" # a regex to find where we replace that BASEPATT = re.compile(r"(runtime/org.fedoraproject.Platform/.*?/f)(\d+)")