Skip to content

Commit 6319a65

Browse files
committed
chore: bump version to 2.2.5
1 parent a99ff4c commit 6319a65

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.2.4"
22+
__VERSION__ = "2.2.5"
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.2.4"
3+
version = "2.2.5"
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.2.4"
3+
version = "2.2.5"
44
description = "Gefyra Operator runs all cluster-side components of Gefyra's Kubernetes-based development system"
55
authors = ["Michael Schilonka <[email protected]>"]
66
package-mode = false

0 commit comments

Comments
 (0)