Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
exddc committed Jun 18, 2024
1 parent 5d771f7 commit c05d223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def _check_internet_connection(self):
@staticmethod
def get_version():
"""Get the version from the VERSION file."""
version_file = Path(__file__).resolve().parent.parent / "VERSION"
version_file = Path(__file__).resolve().parent / "VERSION"
with open(version_file, encoding="utf-8") as f:
return f.read().strip()

Expand Down

0 comments on commit c05d223

Please sign in to comment.