diff --git a/client/gefyra/configuration.py b/client/gefyra/configuration.py index 7e51ed0d..983abbc9 100644 --- a/client/gefyra/configuration.py +++ b/client/gefyra/configuration.py @@ -10,7 +10,7 @@ logger = logging.getLogger("gefyra") logger.addHandler(console) -__VERSION__ = "0.6.10" +__VERSION__ = "0.6.11" class ClientConfiguration(object): diff --git a/client/pyproject.toml b/client/pyproject.toml index d559264d..a41f042b 100644 --- a/client/pyproject.toml +++ b/client/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Gefyra" -version = "0.6.10" +version = "0.6.11" description = "Gefyra runs all developer machine side components of Gefyra's Kubernetes-based development infrastructure" authors = ["Michael Schilonka "] readme = "README.md"