From fd77048d4b74b87cde71325d38af2f7711256d1a Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sun, 15 Dec 2024 01:30:09 +0800 Subject: [PATCH] Update index.py --- plugins/mysql-apt/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mysql-apt/index.py b/plugins/mysql-apt/index.py index 7a4c242dd..6ca0a9ae0 100755 --- a/plugins/mysql-apt/index.py +++ b/plugins/mysql-apt/index.py @@ -400,7 +400,7 @@ def getShowLogFile(): return tmp.groups()[0].strip() def getMdb8Ver(): - return ['8.0','8.1','8.2','8.3','8.4','9.0'] + return ['8.0','8.1','8.2','8.3','8.4','9.0','9.1'] def pGetDbUser(): if mw.isAppleSystem():