Bump to version 5.1.4
parent
b0aa66a074
commit
b79341aa2c
|
@ -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()
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue