Skip to content

Commit

Permalink
version 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
elesiuta committed Apr 9, 2024
1 parent e627faa commit eff2abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baka.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
def init_parser() -> argparse.ArgumentParser:
parser = argparse.ArgumentParser(description="the stupid configuration tracker using the stupid content tracker",
usage="%(prog)s [--dry-run] <argument>")
parser.add_argument("--version", action="version", version=VERSION)
parser.add_argument("--version", action="version", version=__version__)
maingrp = parser.add_mutually_exclusive_group()
maingrp.add_argument("--_hash_and_copy_files", dest="hash_and_copy_files", action="store_true",
help=argparse.SUPPRESS)
Expand Down

0 comments on commit eff2abc

Please sign in to comment.