Bump CME to version 5.2.1

main
mpgn 2021-11-14 12:06:43 -05:00
parent a17211cbf2
commit 03920b491b
2 changed files with 3 additions and 3 deletions

View File

@ -7,8 +7,8 @@ from termcolor import colored
def gen_cli_args():
VERSION = '5.2.0dev'
CODENAME = "That's a lovely lovely voice"
VERSION = '5.2.1dev'
CODENAME = "Nostalg1a"
p_loader = protocol_loader()
protocols = p_loader.get_protocols()

View File

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