Skip to content

Commit

Permalink
chore: bump version to 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SteinRobert committed May 14, 2024
1 parent 90b7784 commit 063e51c
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 @@ -19,7 +19,7 @@

logger = logging.getLogger("gefyra")

__VERSION__ = "2.1.2"
__VERSION__ = "2.1.3"
USER_HOME = os.path.expanduser("~")


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 = "2.1.2"
version = "2.1.3"
description = "Gefyra runs all developer machine side components of Gefyra's Kubernetes-based development infrastructure"
authors = ["Michael Schilonka <michael@blueshoe.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 = "2.1.2"
version = "2.1.3"
description = "Gefyra Operator runs all cluster-side components of Gefyra's Kubernetes-based development system"
authors = ["Michael Schilonka <michael@blueshoe.io>"]

Expand Down

0 comments on commit 063e51c

Please sign in to comment.