Skip to content

Commit 806e4c7

Browse files
authored
Merge pull request Pennyw0rth#643 from Pennyw0rth/v1.4.0
Add CODENAME for release v1.4.0
2 parents af743bf + a73624a commit 806e4c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def gen_cli_args():
2424
VERSION = importlib.metadata.version("netexec")
2525
COMMIT = ""
2626
DISTANCE = ""
27-
CODENAME = "NeedForSpeed"
27+
CODENAME = "SmoothOperator"
2828
nxc_logger.debug(f"NXC VERSION: {VERSION} - {CODENAME} - {COMMIT} - {DISTANCE}")
2929

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

0 commit comments

Comments
 (0)