From 9aaecf2a4237e0d26ada5debe2e332a86cb24fc4 Mon Sep 17 00:00:00 2001 From: Michael Schilonka Date: Fri, 29 Jul 2022 10:59:06 +0200 Subject: [PATCH] chore: bump version 0.8.3 --- 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 4c09070e..82b65c56 100644 --- a/client/gefyra/configuration.py +++ b/client/gefyra/configuration.py @@ -10,7 +10,7 @@ logger = logging.getLogger("gefyra") logger.addHandler(console) -__VERSION__ = "0.8.2" +__VERSION__ = "0.8.3" def fix_pywin32_in_frozen_build() -> None: diff --git a/client/pyproject.toml b/client/pyproject.toml index 394f2c9a..ec731758 100644 --- a/client/pyproject.toml +++ b/client/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Gefyra" -version = "0.8.2" +version = "0.8.3" 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 dab7d7f8..daea605e 100644 --- a/operator/pyproject.toml +++ b/operator/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Gefyra Operator" -version = "0.8.2" +version = "0.8.3" description = "Gefyra Operator runs all cluster-side components of Gefyra's Kubernetes-based development system" authors = ["Michael Schilonka "]