Skip to content

Commit

Permalink
chore: bump version to 0.6.15
Browse files Browse the repository at this point in the history
  • Loading branch information
SteinRobert committed Mar 24, 2022
1 parent c2f45b3 commit a791bd7
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.14"
__VERSION__ = "0.6.15"


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.14"
version = "0.6.15"
description = "Gefyra runs all developer machine side components of Gefyra's Kubernetes-based development infrastructure"
authors = ["Michael Schilonka <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit a791bd7

Please sign in to comment.