Skip to content

Commit

Permalink
chore: bump version to 0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
uptickmetachu committed Mar 21, 2024
1 parent 317933c commit 8914b6f
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.10.2
version: 0.10.3
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.10.2"
__version__ = "0.10.3"


# 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.10.2"
version = "0.10.3"
description = "Manage multiple apps across one or more k8s clusters."
authors = ["Jarek Głowacki <jarekwg@gmail.com>"]
license = "BSD"
Expand Down

0 comments on commit 8914b6f

Please sign in to comment.