Skip to content

Commit

Permalink
prepare for release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
s3inlc committed Mar 28, 2023
1 parent d6e5d01 commit a2373d9
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.0
Hashtopolis Client v0.7.1
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.0"
return "0.7.1"

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

0 comments on commit a2373d9

Please sign in to comment.