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

Commit e71b724

Browse files
author
mpgn
committed
Bump to 5.0.2dev
1 parent b778306 commit e71b724

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ If applicable, add screenshots to help explain your problem.
2525

2626
**Crackmapexec info**
2727
- OS: [e.g. Kali]
28-
- Version of CME [e.g. v5.0.1]
28+
- Version of CME [e.g. v5.0.2]
2929

3030
**Additional context**
3131
Add any other context about the problem here.

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.0.1dev'
9+
VERSION = '5.0.2dev'
1010
CODENAME = 'P3l1as'
1111

1212
p_loader = protocol_loader()

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages
44

55
setup(name='crackmapexec',
6-
version='5.0.1dev',
6+
version='5.0.2dev',
77
description='A swiss army knife for pentesting networks',
88
classifiers=[
99
'Environment :: Console',

0 commit comments

Comments
 (0)