We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eab7f40 commit 7056ce4Copy full SHA for 7056ce4
3 files changed
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.6.1
+Hashtopolis Client v0.7.0
39
40
optional arguments:
41
-h, --help show this help message and exit
changelog.md
@@ -1,4 +1,4 @@
1
-## v0.6.1 -> v0.x.x
+## v0.6.1 -> v0.7.0
2
3
### Enhancements
4
htpclient/initialize.py
@@ -16,7 +16,7 @@ def get_version():
16
17
@staticmethod
18
def get_version_number():
19
- return "0.6.1"
+ return "0.7.0"
20
21
def run(self, args):
22
self.__check_cert(args)
0 commit comments