From 2d49aee4dd0548dd25ae85d7a3037cac0f33daf9 Mon Sep 17 00:00:00 2001 From: Robert Stein Date: Wed, 26 Jun 2024 22:15:59 +0300 Subject: [PATCH] chore: bump version to 2.2.1 --- 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 82fc36b8..515c18df 100644 --- a/client/gefyra/configuration.py +++ b/client/gefyra/configuration.py @@ -19,7 +19,7 @@ logger = logging.getLogger("gefyra") -__VERSION__ = "2.2.0" +__VERSION__ = "2.2.1" USER_HOME = os.path.expanduser("~") diff --git a/client/pyproject.toml b/client/pyproject.toml index 06fd4e3b..c3adde37 100644 --- a/client/pyproject.toml +++ b/client/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Gefyra" -version = "2.2.0" +version = "2.2.1" 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 268b8258..97751f18 100644 --- a/operator/pyproject.toml +++ b/operator/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Gefyra Operator" -version = "2.2.0" +version = "2.2.1" description = "Gefyra Operator runs all cluster-side components of Gefyra's Kubernetes-based development system" authors = ["Michael Schilonka "]