diff --git a/ostree-parse-pungi.py b/ostree-parse-pungi.py index 769897e2..45b8e035 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 = "37" +BASEVER = "38" # a regex to find where we replace that BASEPATT = re.compile(r"(runtime/org.fedoraproject.Platform/.*?/f)(\d+)")