Skip to content

Commit a73624a

Browse files
committed
Add CODENAME for release v1.4.0
1 parent af743bf commit a73624a

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)