Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

Commit 8118e90

Browse files
author
mpgn
committed
Bump to version 5.2.2 The Dark Knight for public release
1 parent 4e0d770 commit 8118e90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cme/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
def gen_cli_args():
99

10-
VERSION = '5.2.2dev'
10+
VERSION = '5.2.2'
1111
CODENAME = "The Dark Knight"
1212

1313
p_loader = protocol_loader()

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "crackmapexec"
3-
version = "5.2.2dev"
3+
version = "5.2.2"
44
description = "A swiss army knife for pentesting networks"
55
authors = ["Marcello Salvati <[email protected]>", "Martial Puygrenier <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)