From 31c07c0f0225cb8fe718377f91bba0b76aaa24a9 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 17 Oct 2025 13:40:30 -0700 Subject: [PATCH] bump flatpak runtime version to 43 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 9c96cccb..2aba136e 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 = "42" +BASEVER = "43" # a regex to find where we replace that BASEPATT = re.compile(r"(runtime/org.fedoraproject.Platform/.*?/f)(\d+)")