Skip to content

Commit

Permalink
build: Bump gitops to 0.9.16
Browse files Browse the repository at this point in the history
  • Loading branch information
uptickmetachu committed Feb 2, 2023
1 parent f4486d8 commit bbd748e
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.9.15
version: 0.9.16
2 changes: 1 addition & 1 deletion gitops/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from . import monkeypatches # NOQA
from .utils.cli import success, warning

__version__ = "0.9.15"
__version__ = "0.9.16"


# 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,6 +1,6 @@
[tool.poetry]
name = "gitops"
version = "0.9.15"
version = "0.9.16"
description = "Manage multiple apps across one or more k8s clusters."
authors = ["Jarek Głowacki <[email protected]>"]
license = "BSD"
Expand Down

0 comments on commit bbd748e

Please sign in to comment.