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

Commit

Permalink
Changed version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
byt3bl33d3r committed Dec 29, 2016
1 parent a62feb3 commit 1e858f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cme/crackmapexec.py
Expand Up @@ -22,7 +22,7 @@

def main():

VERSION = '3.1.5dev'
VERSION = '3.1.5'
CODENAME = '\'Smidge\''

parser = argparse.ArgumentParser(description="""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

setup(name='crackmapexec',
version='3.1.5dev',
version='3.1.5',
description='A swiss army knife for pentesting Windows/Active Directory environments',
classifiers=[
'Environment :: Console',
Expand Down

0 comments on commit 1e858f9

Please sign in to comment.