From 0945949b37d61362fa9c1bb4cc1f45c62d5efd3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Thu, 28 Sep 2023 17:01:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A4=9A=E6=89=93=E4=BA=86=E4=B8=80?= =?UTF-8?q?=E4=B8=AA=E5=BC=95=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/plugins/mysql57/mysql57.go | 2 +- config/panel.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/plugins/mysql57/mysql57.go b/app/plugins/mysql57/mysql57.go index c266f8f6..90792009 100644 --- a/app/plugins/mysql57/mysql57.go +++ b/app/plugins/mysql57/mysql57.go @@ -9,5 +9,5 @@ var ( Excludes = []string{"mysql80"} Install = `bash /www/panel/scripts/mysql/install.sh 57` Uninstall = `bash /www/panel/scripts/mysql/uninstall.sh 57` - Update = `bash /www/panel/scripts/mysql/update.sh 57"` + Update = `bash /www/panel/scripts/mysql/update.sh 57` ) diff --git a/config/panel.go b/config/panel.go index 96c0d6df..891d0656 100644 --- a/config/panel.go +++ b/config/panel.go @@ -8,6 +8,6 @@ func init() { config := facades.Config() config.Add("panel", map[string]any{ "name": "耗子Linux面板", - "version": "v2.0.45", + "version": "v2.0.46", }) }