Skip to content

Commit

Permalink
Merge pull request #116 from Pennyw0rth/netexec-v1.1.0
Browse files Browse the repository at this point in the history
Netexec v1.1.0
  • Loading branch information
Marshall-Hallenbeck committed Nov 12, 2023
2 parents 54eb620 + 346b0b4 commit c499d92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -51,3 +51,4 @@ Awesome code contributors of NetExec:
[![](https://github.com/zblurx.png?size=50)](https://github.com/zblurx)
[![](https://github.com/NeffIsBack.png?size=50)](https://github.com/NeffIsBack)
[![](https://github.com/Hackndo.png?size=50)](https://github.com/Hackndo)
[![](https://github.com/XiaoliChan.png?size=50)](https://github.com/XiaoliChan)
2 changes: 1 addition & 1 deletion nxc/cli.py
Expand Up @@ -9,7 +9,7 @@

def gen_cli_args():
VERSION = importlib.metadata.version("netexec")
CODENAME = "A New Beginning"
CODENAME = "nxc4u"

parser = argparse.ArgumentParser(description=f"""
. .
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "netexec"
version = "1.0.0"
version = "1.1.0"
description = "The Network Execution tool"
authors = [
"Marshall Hallenbeck <marshall.hallenbeck@gmail.com>",
Expand Down

0 comments on commit c499d92

Please sign in to comment.