Bump to 5.0.2dev

main
mpgn 2020-05-05 12:50:32 -04:00
parent b778306cc1
commit e71b724cdf
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ If applicable, add screenshots to help explain your problem.
**Crackmapexec info**
- OS: [e.g. Kali]
- Version of CME [e.g. v5.0.1]
- Version of CME [e.g. v5.0.2]
**Additional context**
Add any other context about the problem here.

View File

@ -6,7 +6,7 @@ from cme.helpers.logger import highlight
def gen_cli_args():
VERSION = '5.0.1dev'
VERSION = '5.0.2dev'
CODENAME = 'P3l1as'
p_loader = protocol_loader()

View File

@ -3,7 +3,7 @@
from setuptools import setup, find_packages
setup(name='crackmapexec',
version='5.0.1dev',
version='5.0.2dev',
description='A swiss army knife for pentesting networks',
classifiers=[
'Environment :: Console',