Bump to version 5.1.5

This commit is contained in:
mpgn
2021-01-21 12:57:17 -05:00
parent 567ed8d8c3
commit 4597216d9e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ from termcolor import colored
def gen_cli_args():
VERSION = '5.1.4dev'
VERSION = '5.1.5dev'
CODENAME = 'U fancy huh?'
p_loader = protocol_loader()
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "crackmapexec"
version = "5.1.4dev"
version = "5.1.5dev"
description = "A swiss army knife for pentesting networks"
authors = ["Marcello Salvati <byt3bl33d3r@pm.com>"]
readme = "README.md"