Skip to content

Commit a493c04

Browse files
committed
Release v1.3.0
1 parent 485f720 commit a493c04

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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 <marshall.hallenbeck@gmail.com>",

0 commit comments

Comments
 (0)