Skip to content

Commit

Permalink
ver v1.3.2 for --register
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickmogul committed Sep 25, 2023
1 parent 76bc7c1 commit 0a1e969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def get_url(timeout=5) -> str:


class findora_env:
toolbox_version = "1.3.1"
toolbox_version = "1.3.2"
server_host_name = socket.gethostname()
user_home_dir = os.path.expanduser("~")
dotenv_file = f"{user_home_dir}/.findora.env"
Expand Down

0 comments on commit 0a1e969

Please sign in to comment.