Skip to content

Commit

Permalink
Update cli.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshhubale authored Oct 25, 2024
1 parent 1ba7aa9 commit 22c67ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readit/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def main(
elif taglist:
output.print_all_tags(database_connection.list_all_tags())
elif version:
print("\033[92m\nreadit v0.3 \033[0m")
print("\033[92m\nreadit v1.0.0 \033[0m")
elif export:
path = database_connection.export_urls()
if path:
Expand Down

0 comments on commit 22c67ef

Please sign in to comment.