diff --git a/BuildCrestronCommandReference.py b/BuildCrestronCommandReference.py index 9fd3a60..2e680db 100644 --- a/BuildCrestronCommandReference.py +++ b/BuildCrestronCommandReference.py @@ -679,7 +679,7 @@ def generate_documentation(self): if __name__ == "__main__": # pylint: disable-msg=C0103 - print("\nStephen Genusa's Crestron Device Command Documentation Builder 1.81\n") + print("\nStephen Genusa's Crestron Device Command Documentation Builder 1.82\n") parser = argparse.ArgumentParser() parser.add_argument("-ip", "--iptocheck", help="A single Crestron IP address to build documentation for.") parser.add_argument("-fssh", "--forcessh", action="store_true",