Skip to content

Commit

Permalink
chore: bump release to 0.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
uptickmetachu committed Oct 10, 2024
1 parent a0b089b commit e12fd59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/gitops/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "1.0"
description: GitOps Server Helm chart.
name: gitops
version: 0.11.4
version: 0.11.5
2 changes: 1 addition & 1 deletion gitops/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit e12fd59

Please sign in to comment.