Skip to content

Commit 7056ce4

Browse files
committed
preparations for release 0.7.0
1 parent eab7f40 commit 7056ce4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ usage: python3 hashtopolis.zip [-h] [--de-register] [--version] [--number-only]
3535
[--crackers-path CRACKERS_PATH] [--hashlists-path HASHLISTS_PATH] [--preprocessors-path PREPROCESSORS_PATH] [--zaps-path ZAPS_PATH] [--cpu-only]
3636
3737
38-
Hashtopolis Client v0.6.1
38+
Hashtopolis Client v0.7.0
3939
4040
optional arguments:
4141
-h, --help show this help message and exit

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## v0.6.1 -> v0.x.x
1+
## v0.6.1 -> v0.7.0
22

33
### Enhancements
44

htpclient/initialize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def get_version():
1616

1717
@staticmethod
1818
def get_version_number():
19-
return "0.6.1"
19+
return "0.7.0"
2020

2121
def run(self, args):
2222
self.__check_cert(args)

0 commit comments

Comments
 (0)