diff --git a/pwncat/__main__.py b/pwncat/__main__.py index 6c8b5a7..6d34813 100644 --- a/pwncat/__main__.py +++ b/pwncat/__main__.py @@ -101,7 +101,7 @@ def main(): # Print the version number and exit. if args.version: - print(importlib.metadata.version("pwncat")) + print(importlib.metadata.version("pwncat-cs")) return # Create the session manager