Updated the version to show codeName which is provided by the current branch.

This commit is contained in:
Storm Dragon
2024-12-06 14:06:29 -05:00
parent 8e4cbc2fd5
commit e3a9937778
3 changed files with 4 additions and 3 deletions

View File

@ -47,7 +47,7 @@ class fenrirManager():
parser.add_argument(
'-v', '--version',
action='version',
version=f'Fenrir screen reader version {fenrirVersion.version}',
version=f'Fenrir screen reader version {fenrirVersion.version}-{fenrirVersion.codeName}',
help='Show version information and exit'
)
parser.add_argument(