diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 16d1e0c..b028c12 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: "3.2.1" +appVersion: "3.2.2" description: A Helm chart for Prom2Teams name: prom2teams version: 0.2.0 diff --git a/setup.py b/setup.py index 959fe9d..ff25f28 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup(name='prom2teams', - version='3.2.1', + version='3.2.2', description='Project that redirects Prometheus Alert Manager ' 'notifications to Microsoft Teams', long_description=readme,