diff --git a/charts/gitops/Chart.yaml b/charts/gitops/Chart.yaml index 8ee893d..2c86361 100644 --- a/charts/gitops/Chart.yaml +++ b/charts/gitops/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v1 appVersion: "1.0" description: GitOps Server Helm chart. name: gitops -version: 0.10.2 +version: 0.10.3 diff --git a/gitops/__init__.py b/gitops/__init__.py index f070e2c..d6b5e34 100644 --- a/gitops/__init__.py +++ b/gitops/__init__.py @@ -5,7 +5,7 @@ from . import monkeypatches # NOQA from .utils.cli import success, warning -__version__ = "0.10.2" +__version__ = "0.10.3" # Checking gitops version matches cluster repo version. diff --git a/pyproject.toml b/pyproject.toml index a9757b4..633d017 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gitops" -version = "0.10.2" +version = "0.10.3" description = "Manage multiple apps across one or more k8s clusters." authors = ["Jarek GÅ‚owacki "] license = "BSD"