Update Gajim version to 1.0.99

This commit is contained in:
Philipp Hörist 2018-08-19 18:08:00 +02:00
parent a457a9ac21
commit 6a33163d42
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'):