Update Gajim version to 1.0.99

This commit is contained in:
Philipp Hörist 2018-08-19 18:08:00 +02:00
parent 1c69b92d85
commit 8ab607629b
1 changed files with 1 additions and 1 deletions

View File

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