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

Commit 1e858f9

Browse files
author
byt3bl33d3r
committed
Changed version for release
1 parent a62feb3 commit 1e858f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cme/crackmapexec.py

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

2323
def main():
2424

25-
VERSION = '3.1.5dev'
25+
VERSION = '3.1.5'
2626
CODENAME = '\'Smidge\''
2727

2828
parser = argparse.ArgumentParser(description="""

setup.py

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

33
setup(name='crackmapexec',
4-
version='3.1.5dev',
4+
version='3.1.5',
55
description='A swiss army knife for pentesting Windows/Active Directory environments',
66
classifiers=[
77
'Environment :: Console',

0 commit comments

Comments
 (0)