diff --git a/client/gefyra/configuration.py b/client/gefyra/configuration.py index 7eee631a..a74d046e 100644 --- a/client/gefyra/configuration.py +++ b/client/gefyra/configuration.py @@ -19,7 +19,7 @@ logger = logging.getLogger("gefyra") -__VERSION__ = "2.2.3" +__VERSION__ = "2.2.4" USER_HOME = os.path.expanduser("~") diff --git a/client/pyproject.toml b/client/pyproject.toml index addab26b..65f8fb0f 100644 --- a/client/pyproject.toml +++ b/client/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Gefyra" -version = "2.2.3" +version = "2.2.4" 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 1a83e302..94457097 100644 --- a/operator/pyproject.toml +++ b/operator/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Gefyra Operator" -version = "2.2.3" +version = "2.2.4" description = "Gefyra Operator runs all cluster-side components of Gefyra's Kubernetes-based development system" authors = ["Michael Schilonka "]