Bump to version 5.1.4

main
mpgn 2020-11-29 15:04:53 -05:00
parent b0aa66a074
commit b79341aa2c
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.3dev'
VERSION = '5.1.4dev'
CODENAME = 'U fancy huh?'
p_loader = protocol_loader()

View File

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