Skip to content

Commit 8ac6454

Browse files
Update cli.py
1 parent e101b57 commit 8ac6454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opengsq/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def register(self, parser: argparse.ArgumentParser):
4747
async def run(self, args: Sequence[str]) -> str:
4848
# Return version if -V or --version
4949
if args.version:
50-
return __version__
50+
return 'v' + __version__
5151
else:
5252
del args.version
5353

0 commit comments

Comments
 (0)