Skip to content

Commit 09f6986

Browse files
committed
chore: bump version to 2.2.0
1 parent 9fb058a commit 09f6986

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

client/gefyra/configuration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
logger = logging.getLogger("gefyra")
2121

22-
__VERSION__ = "2.1.6"
22+
__VERSION__ = "2.2.0"
2323
USER_HOME = os.path.expanduser("~")
2424

2525

client/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "Gefyra"
3-
version = "2.1.6"
3+
version = "2.2.0"
44
description = "Gefyra runs all developer machine side components of Gefyra's Kubernetes-based development infrastructure"
55
authors = ["Michael Schilonka <[email protected]>"]
66
readme = "README.md"

operator/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "Gefyra Operator"
3-
version = "2.1.6"
3+
version = "2.2.0"
44
description = "Gefyra Operator runs all cluster-side components of Gefyra's Kubernetes-based development system"
55
authors = ["Michael Schilonka <[email protected]>"]
66

0 commit comments

Comments
 (0)