From 385be380a0121a1372e5eb0f10e244ef6b2057d9 Mon Sep 17 00:00:00 2001 From: Robert Stein Date: Thu, 23 May 2024 15:45:52 +0200 Subject: [PATCH] chore: bump version to 2.1.6 --- 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 7b8d5ebd..b4b26988 100644 --- a/client/gefyra/configuration.py +++ b/client/gefyra/configuration.py @@ -19,7 +19,7 @@ logger = logging.getLogger("gefyra") -__VERSION__ = "2.1.5" +__VERSION__ = "2.1.6" USER_HOME = os.path.expanduser("~") diff --git a/client/pyproject.toml b/client/pyproject.toml index e566eee0..5a38f4d5 100644 --- a/client/pyproject.toml +++ b/client/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Gefyra" -version = "2.1.5" +version = "2.1.6" 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 36fd7c61..9ab770c3 100644 --- a/operator/pyproject.toml +++ b/operator/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Gefyra Operator" -version = "2.1.5" +version = "2.1.6" description = "Gefyra Operator runs all cluster-side components of Gefyra's Kubernetes-based development system" authors = ["Michael Schilonka "]