From 4c5dedd0ba1b7091683aa1faef8530c8669d3203 Mon Sep 17 00:00:00 2001 From: Robert Stein Date: Thu, 17 Oct 2024 19:09:13 +0200 Subject: [PATCH] chore: bump version to 2.2.3 --- client/gefyra/configuration.py | 2 +- client/pyproject.toml | 2 +- operator/pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/gefyra/configuration.py b/client/gefyra/configuration.py index 4eb11624..7eee631a 100644 --- a/client/gefyra/configuration.py +++ b/client/gefyra/configuration.py @@ -19,7 +19,7 @@ logger = logging.getLogger("gefyra") -__VERSION__ = "2.2.2" +__VERSION__ = "2.2.3" USER_HOME = os.path.expanduser("~") diff --git a/client/pyproject.toml b/client/pyproject.toml index 8f7a0832..addab26b 100644 --- a/client/pyproject.toml +++ b/client/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Gefyra" -version = "2.2.2" +version = "2.2.3" description = "Gefyra runs all developer machine side components of Gefyra's Kubernetes-based development infrastructure" authors = ["Michael Schilonka "] readme = "README.md" diff --git a/operator/pyproject.toml b/operator/pyproject.toml index 646ddaec..03d9898c 100644 --- a/operator/pyproject.toml +++ b/operator/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Gefyra Operator" -version = "2.2.2" +version = "2.2.3" description = "Gefyra Operator runs all cluster-side components of Gefyra's Kubernetes-based development system" authors = ["Michael Schilonka "]