diff --git a/cme/cli.py b/cme/cli.py index 8e655f4a..bf2c69f5 100755 --- a/cme/cli.py +++ b/cme/cli.py @@ -10,8 +10,8 @@ from termcolor import colored def gen_cli_args(): - VERSION = '5.4.3' - CODENAME = "Indestructible G0thm0g" + VERSION = '5.4.4' + CODENAME = "Indestructible G0thm0g v2" p_loader = protocol_loader() protocols = p_loader.get_protocols() diff --git a/pyproject.toml b/pyproject.toml index b71e2b88..0bc6158f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "crackmapexec" -version = "5.4.3" +version = "5.4.4" description = "A swiss army knife for pentesting networks" authors = ["Marcello Salvati ", "Martial Puygrenier "] readme = "README.md"