Skip to content

Commit

Permalink
fix version ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason R Briggs committed Mar 22, 2023
1 parent acea1bb commit 2252582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stomp/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ def do_nothing_loop():


def main():
arguments = docopt(__doc__, version=version_string)
arguments = docopt(__doc__, version=stomp.__version__)

if arguments["--listen"] is not None:
prompt = ""
Expand Down

0 comments on commit 2252582

Please sign in to comment.