Skip to content

Commit

Permalink
v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickmogul committed Oct 19, 2023
1 parent 0ae4f5b commit f5bb50e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = harmony_toolbox
version = 1.3.0
version = 1.3.1
author = EasyNode.PRO
author_email = support@easynode.pro
description = Harmony ONE Validator Node Toolbox and Easy Setup
Expand Down
2 changes: 1 addition & 1 deletion src/toolbox/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class Config:
def __init__(self):
# Set constants
self.easy_version = "1.3.0"
self.easy_version = "1.3.1"
self.server_host_name = socket.gethostname()
self.user_home_dir = path.expanduser("~")
self.dotenv_file = f"{self.user_home_dir}/.easynode.env"
Expand Down

0 comments on commit f5bb50e

Please sign in to comment.