Skip to content

Commit

Permalink
Merge pull request #448 from Pennyw0rth/v1.3.0
Browse files Browse the repository at this point in the history
Release v1.3.0
  • Loading branch information
NeffIsBack authored Oct 13, 2024
2 parents 485f720 + a493c04 commit 6d4fdfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nxc/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def gen_cli_args():
except ValueError:
VERSION = importlib.metadata.version("netexec")
COMMIT = ""
CODENAME = "ItsAlwaysDNS"
CODENAME = "NeedForSpeed"
nxc_logger.debug(f"NXC VERSION: {VERSION} - {CODENAME} - {COMMIT}")

generic_parser = argparse.ArgumentParser(add_help=False, formatter_class=DisplayDefaultsNotNone)
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 = "netexec"
version = "1.2.0"
version = "1.3.0"
description = "The Network Execution tool"
authors = [
"Marshall Hallenbeck <marshall.hallenbeck@gmail.com>",
Expand Down

0 comments on commit 6d4fdfd

Please sign in to comment.