Skip to content

Commit

Permalink
Merge pull request byt3bl33d3r#138 from mpgn/bump
Browse files Browse the repository at this point in the history
Bump to 6.1.0
  • Loading branch information
mpgn authored Sep 3, 2023
2 parents 8ca6430 + 02d2b56 commit 1b11f1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cme/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

def gen_cli_args():
VERSION = importlib.metadata.version("crackmapexec")
CODENAME = "Bane"
CODENAME = "John Wick"

parser = argparse.ArgumentParser(description=f"""
______ .______ ___ ______ __ ___ .___ ___. ___ .______ _______ ___ ___ _______ ______
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "crackmapexec"
version = "6.0.1"
version = "6.1.0"
description = "A swiss army knife for pentesting networks"
authors = ["Marcello Salvati <[email protected]>", "Martial Puygrenier <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 1b11f1e

Please sign in to comment.