Skip to content

Commit

Permalink
🔖 Bump version to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
unode committed Apr 7, 2024
1 parent ed79d31 commit 0d3409d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firefox_decrypt.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def internal_version():
return p.stdout.strip()


__version_info__ = (1, 1, 1)
__version_info__ = (1, 1, 1, "+git")
__version__: str = get_version()


Expand Down

0 comments on commit 0d3409d

Please sign in to comment.