This commit is contained in:
Philipp Hörist 2019-02-24 20:23:55 +01:00
parent 3bf755943f
commit 6c06d2c497
1 changed files with 1 additions and 1 deletions

View File

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