Skip to content

Commit

Permalink
Merge pull request #327 from Pennyw0rth/ItsAlwaysDNS
Browse files Browse the repository at this point in the history
ItsAlwaysDNS
  • Loading branch information
NeffIsBack authored May 29, 2024
2 parents 64319fd + 03e25b7 commit 6858958
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 = "nxc4u"
CODENAME = "ItsAlwaysDNS"
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.1.0"
version = "1.2.0"
description = "The Network Execution tool"
authors = [
"Marshall Hallenbeck <[email protected]>",
Expand Down

0 comments on commit 6858958

Please sign in to comment.