Raise version to 1.1.91.1

This commit is contained in:
Philipp Hörist 2018-12-31 02:03:31 +01:00
parent 735e72c965
commit a7aea4cac1
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import os import os
import subprocess import subprocess
__version__ = "1.1.91" __version__ = "1.1.91.1"
IS_FLATPAK = False IS_FLATPAK = False
if os.path.exists('/app/share/run-as-flatpak'): if os.path.exists('/app/share/run-as-flatpak'):