diff --git a/plugin/constants.py b/plugin/constants.py index 7a224f54..6709b5f0 100644 --- a/plugin/constants.py +++ b/plugin/constants.py @@ -8,7 +8,7 @@ ################################################################################ -VERSION_INFO = (2, 11, 16) +VERSION_INFO = (2, 11, 17) VERSION = ".".join(map(str, VERSION_INFO)) ################################################################################