Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamZsofi authored Nov 3, 2024
1 parent 20d0949 commit bcca522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def parse_arguments():
)

parser.add_argument(
"--version", action="version", version="ConcurrentWitness2Test 1.0"
"--version", action="version", version="1.0"
)
parser.add_argument(
"input_file", metavar="<input.c>", type=str, help="Input file (.c)"
Expand Down

0 comments on commit bcca522

Please sign in to comment.