From a493c04e14eac4a214909ac375721b0b5d33f674 Mon Sep 17 00:00:00 2001 From: Alexander Neff Date: Sat, 12 Oct 2024 10:51:58 -0400 Subject: [PATCH] Release v1.3.0 --- nxc/cli.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nxc/cli.py b/nxc/cli.py index d94e493bb..462061692 100755 --- a/nxc/cli.py +++ b/nxc/cli.py @@ -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) diff --git a/pyproject.toml b/pyproject.toml index fc7b33d77..e0fe8fbdb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "netexec" -version = "1.2.0" +version = "1.3.0" description = "The Network Execution tool" authors = [ "Marshall Hallenbeck ",