We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6e5d01 commit a2373d9Copy full SHA for a2373d9
README.md
@@ -35,7 +35,7 @@ usage: python3 hashtopolis.zip [-h] [--de-register] [--version] [--number-only]
35
[--crackers-path CRACKERS_PATH] [--hashlists-path HASHLISTS_PATH] [--preprocessors-path PREPROCESSORS_PATH] [--zaps-path ZAPS_PATH] [--cpu-only]
36
37
38
-Hashtopolis Client v0.7.0
+Hashtopolis Client v0.7.1
39
40
optional arguments:
41
-h, --help show this help message and exit
htpclient/initialize.py
@@ -16,7 +16,7 @@ def get_version():
16
17
@staticmethod
18
def get_version_number():
19
- return "0.7.0"
+ return "0.7.1"
20
21
def run(self, args):
22
self.__check_cert(args)
0 commit comments