Update Gajim version to 1.0.99
This commit is contained in:
parent
a457a9ac21
commit
6a33163d42
|
@ -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'):
|
||||
|
|
Loading…
Reference in New Issue