Skip to content

Commit

Permalink
preparations for release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
s3inlc committed Nov 28, 2022
1 parent eab7f40 commit 7056ce4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.6.1
Hashtopolis Client v0.7.0
optional arguments:
-h, --help show this help message and exit
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v0.6.1 -> v0.x.x
## v0.6.1 -> v0.7.0

### Enhancements

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.6.1"
return "0.7.0"

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

0 comments on commit 7056ce4

Please sign in to comment.