diff --git a/pungi.spec b/pungi.spec index cc133d65..9cb35a53 100644 --- a/pungi.spec +++ b/pungi.spec @@ -2,7 +2,7 @@ Name: pungi Version: 4.2.8 -Release: 1%{?dist}.cloudlinux +Release: 2%{?dist}.cloudlinux Summary: Distribution compose tool License: GPLv2 diff --git a/setup.py b/setup.py index 13a679cd..721fb3d1 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ packages = sorted(packages) setup( name="pungi", - version="4.2.7", + version="4.2.8", description="Distribution compose tool", url="https://pagure.io/pungi", author="Dennis Gilmore",