Skip to content

Commit

Permalink
chore: bump version 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Schille committed Jul 29, 2022
1 parent 80adaf3 commit 9aaecf2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/gefyra/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion client/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <michael@unikube.io>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion operator/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <michael@blueshoe.de>"]

Expand Down

0 comments on commit 9aaecf2

Please sign in to comment.