Skip to content

Commit

Permalink
feat: release version 0.9.20
Browse files Browse the repository at this point in the history
  • Loading branch information
uptickmetachu committed Aug 31, 2023
1 parent 1c1a03c commit 9793aea
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.19
version: 0.9.20
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.19"
__version__ = "0.9.20"


# 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.19"
version = "0.9.20"
description = "Manage multiple apps across one or more k8s clusters."
authors = ["Jarek Głowacki <[email protected]>"]
license = "BSD"
Expand Down

0 comments on commit 9793aea

Please sign in to comment.