diff --git a/cme/cli.py b/cme/cli.py index 362de57b..8489a07d 100755 --- a/cme/cli.py +++ b/cme/cli.py @@ -7,7 +7,7 @@ from termcolor import colored def gen_cli_args(): - VERSION = '5.2.5' + VERSION = '5.2.6' CODENAME = "The Dark Knight" p_loader = protocol_loader() diff --git a/pyproject.toml b/pyproject.toml index ae09f227..634cced7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "crackmapexec" -version = "5.2.5" +version = "5.2.6" description = "A swiss army knife for pentesting networks" authors = ["Marcello Salvati ", "Martial Puygrenier "] readme = "README.md"