From 0fd5ef28e20798e75c12e283c6f55034e96fd8f4 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Tue, 23 Jul 2024 14:42:57 +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 f80c35f34..c4dd294d8 100755 --- a/plugins/mysql-apt/index.py +++ b/plugins/mysql-apt/index.py @@ -399,7 +399,7 @@ def getShowLogFile(): return tmp.groups()[0].strip() def getMdb8Ver(): - return ['8.0','8.1','8.2','8.3','8.4'] + return ['8.0','8.1','8.2','8.3','8.4','9.0'] def pGetDbUser(): if mw.isAppleSystem():