Skip to content

Commit

Permalink
Update version message
Browse files Browse the repository at this point in the history
  • Loading branch information
falvaradorodriguez committed Jun 12, 2024
1 parent 8ecd24e commit b062113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/safe_cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def __init__(self, safe_address: ChecksumAddress, node_url: str, history: bool):

def print_startup_info(self):
print_formatted_text(text2art("Safe CLI")) # Print fancy text
print_formatted_text(HTML(f"<b>Package version: {VERSION}</b>"))
print_formatted_text(HTML(f"<b>Version: {VERSION}</b>"))
print_formatted_text(
HTML("<b><ansigreen>Loading Safe information...</ansigreen></b>")
)
Expand Down

0 comments on commit b062113

Please sign in to comment.