Skip to content

Commit

Permalink
chore: bump version to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SteinRobert committed May 8, 2024
1 parent 00535a9 commit b3a47cd
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
Expand Up @@ -19,7 +19,7 @@

logger = logging.getLogger("gefyra")

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


Expand Down
2 changes: 1 addition & 1 deletion client/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Gefyra"
version = "2.1.1"
version = "2.1.2"
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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Gefyra Operator"
version = "2.1.1"
version = "2.1.2"
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 b3a47cd

Please sign in to comment.