Bump to 5.4.0
parent
ba2e292140
commit
e4f6343646
|
@ -10,8 +10,8 @@ from termcolor import colored
|
|||
|
||||
def gen_cli_args():
|
||||
|
||||
VERSION = '5.3.0'
|
||||
CODENAME = "Operation C01NS"
|
||||
VERSION = '5.4.0'
|
||||
CODENAME = "Indestructible G0thm0g"
|
||||
|
||||
p_loader = protocol_loader()
|
||||
protocols = p_loader.get_protocols()
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "crackmapexec"
|
||||
version = "5.3.0"
|
||||
version = "5.4.0"
|
||||
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