Skip to content

Commit 6d4fdfd

Browse files
authored
Merge pull request #448 from Pennyw0rth/v1.3.0
Release v1.3.0
2 parents 485f720 + a493c04 commit 6d4fdfd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nxc/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def gen_cli_args():
2222
except ValueError:
2323
VERSION = importlib.metadata.version("netexec")
2424
COMMIT = ""
25-
CODENAME = "ItsAlwaysDNS"
25+
CODENAME = "NeedForSpeed"
2626
nxc_logger.debug(f"NXC VERSION: {VERSION} - {CODENAME} - {COMMIT}")
2727

2828
generic_parser = argparse.ArgumentParser(add_help=False, formatter_class=DisplayDefaultsNotNone)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "netexec"
3-
version = "1.2.0"
3+
version = "1.3.0"
44
description = "The Network Execution tool"
55
authors = [
66
"Marshall Hallenbeck <[email protected]>",

0 commit comments

Comments
 (0)