Skip to content

Commit

Permalink
chore: bump version to 0.6.11
Browse files Browse the repository at this point in the history
  • Loading branch information
SteinRobert committed Mar 24, 2022
1 parent 981e618 commit c299ddd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.6.10"
__VERSION__ = "0.6.11"


class ClientConfiguration(object):
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.6.10"
version = "0.6.11"
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

0 comments on commit c299ddd

Please sign in to comment.