Raise Gajim version

This commit is contained in:
Philipp Hörist 2018-10-13 14:16:00 +02:00
parent 425e1c7663
commit e3bf54498c
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.0.99.1"
IS_FLATPAK = False
if os.path.exists('/app/share/run-as-flatpak'):