Bump to version 5.2.6

main
mpgn 2022-03-07 13:35:48 -05:00
parent a04e20d6fc
commit 3f08b96581
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ from termcolor import colored
def gen_cli_args(): def gen_cli_args():
VERSION = '5.2.5' VERSION = '5.2.6'
CODENAME = "The Dark Knight" CODENAME = "The Dark Knight"
p_loader = protocol_loader() p_loader = protocol_loader()

View File

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