diff --git a/README.md b/README.md index b83d745..1d53fa5 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/htpclient/initialize.py b/htpclient/initialize.py index fca75a6..214e7d3 100644 --- a/htpclient/initialize.py +++ b/htpclient/initialize.py @@ -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)