Raise Gajim version

This commit is contained in:
Philipp Hörist 2018-10-12 17:38:07 +02:00
parent 8a0ed4af5b
commit 528f758287
1 changed files with 1 additions and 1 deletions

View File

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