Skip to content

Commit

Permalink
prepare for 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
s3inlc committed Mar 19, 2024
1 parent a6467e9 commit 46f902c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ usage: python3 hashtopolis.zip [-h] [--de-register] [--version] [--number-only]
[--crackers-path CRACKERS_PATH] [--hashlists-path HASHLISTS_PATH] [--preprocessors-path PREPROCESSORS_PATH] [--zaps-path ZAPS_PATH] [--cpu-only]
Hashtopolis Client v0.7.1
Hashtopolis Client v0.7.2
optional arguments:
-h, --help show this help message and exit
Expand Down
2 changes: 1 addition & 1 deletion htpclient/initialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def get_version():

@staticmethod
def get_version_number():
return "0.7.1"
return "0.7.2"

def run(self, args):
self.__check_cert(args)
Expand Down

0 comments on commit 46f902c

Please sign in to comment.