update Gajim version to 0.99.2

This commit is contained in:
Yann Leboulanger 2018-02-17 18:54:18 +01:00
parent 89cec79dba
commit be02828861
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import subprocess
__version__ = "0.99.1"
__version__ = "0.99.2"
try:
node = subprocess.Popen('git rev-parse --short=12 HEAD', shell=True,