Bump to version 5.1.6

main
mpgn 2021-03-08 14:44:58 -05:00
parent e4132de548
commit 743d7e86f7
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ from termcolor import colored
def gen_cli_args():
VERSION = '5.1.5dev'
VERSION = '5.1.6dev'
CODENAME = 'U fancy huh?'
p_loader = protocol_loader()

View File

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