diff --git a/src/fenrirscreenreader/commands/commands/announce_fenrir_version.py b/src/fenrirscreenreader/commands/commands/announce_fenrir_version.py index 8e29064a..978e9c99 100644 --- a/src/fenrirscreenreader/commands/commands/announce_fenrir_version.py +++ b/src/fenrirscreenreader/commands/commands/announce_fenrir_version.py @@ -19,7 +19,7 @@ class command(): def run(self): try: - self.env['runtime']['outputManager'].presentText(f'Fenrir screen reader version {fenrirVersion.version}-{fenrirVersion.codeName}', interrupt=True) + self.env['runtime']['outputManager'].presentText(f'Fenrir screen reader version {fenrirVersion}', interrupt=True) except exception as e: self.env['runtime']['outputManager'].presentText(_('Version information is unavailable.'), interrupt=True)