update version
This commit is contained in:
parent
b512ae587c
commit
a7f5458899
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ class MultiUserChat(object):
|
|||
qp = iq_obj.getTag('query')
|
||||
if config.get('send_poezio_info', 'true') == 'true':
|
||||
qp.setTagData('name', 'Poezio')
|
||||
qp.setTagData('version', '0.6.2')
|
||||
qp.setTagData('version', '0.7 dev')
|
||||
else:
|
||||
qp.setTagData('name', 'Unknown')
|
||||
qp.setTagData('version', 'Unknown')
|
||||
|
|
Loading…
Reference in a new issue