Raise Gajim version
This commit is contained in:
parent
425e1c7663
commit
e3bf54498c
|
@ -1,7 +1,7 @@
|
||||||
import os
|
import os
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
||||||
__version__ = "1.0.99"
|
__version__ = "1.0.99.1"
|
||||||
|
|
||||||
IS_FLATPAK = False
|
IS_FLATPAK = False
|
||||||
if os.path.exists('/app/share/run-as-flatpak'):
|
if os.path.exists('/app/share/run-as-flatpak'):
|
||||||
|
|
Loading…
Reference in New Issue