From 8a63e624d205d2f8f0334e38e9d5143ba54ed790 Mon Sep 17 00:00:00 2001 From: Robert Stein Date: Wed, 10 Jul 2024 16:30:19 +0200 Subject: [PATCH] chore: bump version to 2.2.2 --- 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 515c18df..d6c142e8 100644 --- a/client/gefyra/configuration.py +++ b/client/gefyra/configuration.py @@ -19,7 +19,7 @@ logger = logging.getLogger("gefyra") -__VERSION__ = "2.2.1" +__VERSION__ = "2.2.2" USER_HOME = os.path.expanduser("~") diff --git a/client/pyproject.toml b/client/pyproject.toml index c3adde37..212f50bc 100644 --- a/client/pyproject.toml +++ b/client/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Gefyra" -version = "2.2.1" +version = "2.2.2" 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 3b8a18be..43784ec5 100644 --- a/operator/pyproject.toml +++ b/operator/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Gefyra Operator" -version = "2.2.1" +version = "2.2.2" description = "Gefyra Operator runs all cluster-side components of Gefyra's Kubernetes-based development system" authors = ["Michael Schilonka "]