Bump to 5.4.1
parent
9d6c3fe67e
commit
db79f5a487
|
@ -10,7 +10,7 @@ from termcolor import colored
|
|||
|
||||
def gen_cli_args():
|
||||
|
||||
VERSION = '5.4.0'
|
||||
VERSION = '5.4.1'
|
||||
CODENAME = "Indestructible G0thm0g"
|
||||
|
||||
p_loader = protocol_loader()
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "crackmapexec"
|
||||
version = "5.4.0"
|
||||
version = "5.4.1"
|
||||
description = "A swiss army knife for pentesting networks"
|
||||
authors = ["Marcello Salvati <byt3bl33d3r@pm.com>", "Martial Puygrenier <mpgn@protonmail.com>"]
|
||||
readme = "README.md"
|
||||
|
|
Loading…
Reference in New Issue