Skip to content

Commit dad4a3b

Browse files
committed
feat: Bump version number to 0.8.7
1 parent 4cec510 commit dad4a3b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/gitops/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v1
22
appVersion: "1.0"
33
description: GitOps Server Helm chart.
44
name: gitops
5-
version: 0.8.4
5+
version: 0.8.7

gitops/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from .utils.cli import success, warning
66

7-
__version__ = "0.8.6"
7+
__version__ = "0.8.7"
88

99

1010
# Checking gitops version matches cluster repo version.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "gitops"
3-
version = "0.8.6"
3+
version = "0.8.7"
44
description = "Manage multiple apps across one or more k8s clusters."
55
authors = ["Jarek Głowacki <[email protected]>"]
66
license = "BSD"

0 commit comments

Comments
 (0)