Update Gajim version to 1.0.99
This commit is contained in:
parent
1c69b92d85
commit
8ab607629b
|
@ -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