2.18.2 release preparation

This commit is contained in:
2026-06-20 08:44:47 -06:00
parent 089b125a89
commit ad3dc716e7
6 changed files with 45 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ else:
if not hasattr(sys, 'argv'):
sys.argv = ['<zoitechat>']
VERSION = b'2.18.1'
VERSION = b'2.18.2'
PLUGIN_NAME = ffi.new('char[]', b'Python')
PLUGIN_DESC = ffi.new('char[]', b'Python %d.%d scripting interface' % (sys.version_info[0], sys.version_info[1]))
PLUGIN_VERSION = ffi.new('char[]', VERSION)