From e12fd59bec90d4f6e2290ef81d70a5f6c93f754c Mon Sep 17 00:00:00 2001
From: William Chu <william.chu@uptickhq.com>
Date: Thu, 10 Oct 2024 17:00:48 +1100
Subject: [PATCH] chore: bump release to 0.11.5

---
 charts/gitops/Chart.yaml | 2 +-
 gitops/__init__.py       | 2 +-
 pyproject.toml           | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/charts/gitops/Chart.yaml b/charts/gitops/Chart.yaml
index 1e263ad..094676b 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.11.4
+version: 0.11.5
diff --git a/gitops/__init__.py b/gitops/__init__.py
index b76c001..d51cb91 100644
--- a/gitops/__init__.py
+++ b/gitops/__init__.py
@@ -4,7 +4,7 @@
 
 from .utils.cli import success, warning
 
-__version__ = "0.11.4"
+__version__ = "0.11.5"
 
 
 # Checking gitops version matches cluster repo version.
diff --git a/pyproject.toml b/pyproject.toml
index 28909f0..90cfd12 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,7 @@
 
 [project]
 name = "gitops"
-version = "0.11.4"
+version = "0.11.5"
 description = "Manage multiple apps across one or more k8s clusters."
 requires-python = ">=3.12"
 readme = "README.md"