Use __version__
This commit is contained in:
parent
5e5c081ec3
commit
d37274ca97
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ def scrub(old_fs: Vfs, new_fs: Vfs) -> Vfs:
|
||||||
|
|
||||||
|
|
||||||
@click.group()
|
@click.group()
|
||||||
@click.version_option(version=1, message=f"""Cram {__version__}
|
@click.version_option(version=__version__, message=f"""Cram {__version__}
|
||||||
|
|
||||||
Documentation
|
Documentation
|
||||||
https://github.com/arrdem/source/tree/trunk/projects/cram/
|
https://github.com/arrdem/source/tree/trunk/projects/cram/
|
||||||
|
|
Loading…
Reference in a new issue