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

Commit c9cc0c7

Browse files
committed
Bumped version number
1 parent 998259f commit c9cc0c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cme/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
def gen_cli_args():
88

9-
VERSION = '5.1.0dev'
9+
VERSION = '5.1.1dev'
1010
CODENAME = '3TH@n'
1111

1212
p_loader = protocol_loader()

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "crackmapexec"
3-
version = "5.1.0dev"
3+
version = "5.1.1dev"
44
description = "A swiss army knife for pentesting networks"
55
authors = ["Marcello Salvati <byt3bl33d3r@pm.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)