Skip to content

Commit 79dcb2e

Browse files
committed
prepare for release
1 parent 0bfbcc7 commit 79dcb2e

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
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.7.2
38+
Hashtopolis Client v0.7.3
3939
4040
optional arguments:
4141
-h, --help show this help message and exit

changelog.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
1-
## v0.7.2 -> vx.x.x
1+
## v0.7.2 -> v0.7.3
2+
23
### Bugfixes
4+
35
* When there is an empty pid file, the agent crashes #hashtopolis/server/1028
4-
6+
57
### Enhancements
8+
69
* Added Windows 11 support. #hashtopolis/server/1159
710

811
## v0.7.1 -> v0.7.2
12+
913
### Bugfixes
14+
1015
* When using older hashcat version Hashtopolis doesn't detect the binary correctly (hashcat64.bin) #hashtopolis/server/1012
1116

1217
## v0.7.0 -> v0.7.1

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.7.2"
19+
return "0.7.3"
2020

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

0 commit comments

Comments
 (0)