From 00017bfc2644f1d43ac8db2742cb1af7e533f2ee Mon Sep 17 00:00:00 2001 From: Jack Cherng Date: Sun, 4 Feb 2024 16:17:43 +0800 Subject: [PATCH] release: 2.11.17 Signed-off-by: Jack Cherng --- plugin/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) ################################################################################