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+)")