Bump to 5.4.3

main
mpgn 2023-01-02 06:37:57 -05:00
parent 82f28df288
commit 16705ec0ea
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ from termcolor import colored
def gen_cli_args():
VERSION = '5.4.2'
VERSION = '5.4.3'
CODENAME = "Indestructible G0thm0g"
p_loader = protocol_loader()

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "crackmapexec"
version = "5.4.2"
version = "5.4.3"
description = "A swiss army knife for pentesting networks"
authors = ["Marcello Salvati <byt3bl33d3r@pm.com>", "Martial Puygrenier <mpgn@protonmail.com>"]
readme = "README.md"