Forgot to bump plugin version

This commit is contained in:
Kovid Goyal 2019-06-01 07:28:53 +05:30
parent e0e20c7872
commit 36604c52ee
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -3,7 +3,7 @@
# License: GPLv3 Copyright: 2015, Kovid Goyal <kovid at kovidgoyal.net>
from __future__ import absolute_import, division, print_function, unicode_literals
store_version = 16 # Needed for dynamic plugin loading
store_version = 17 # Needed for dynamic plugin loading
from contextlib import closing
try: