Skip to content

Commit

Permalink
feat: 发布 v2.0.45
Browse files Browse the repository at this point in the history
  • Loading branch information
devhaozi committed Sep 28, 2023
1 parent afb12dd commit 4fcd65d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/plugins/mysql57/mysql57.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 = `echo "not support now"`
Update = `bash /www/panel/scripts/mysql/update.sh 57"`
)
2 changes: 1 addition & 1 deletion app/plugins/mysql80/mysql80.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ var (
Excludes = []string{"mysql57"}
Install = `bash /www/panel/scripts/mysql/install.sh 80`
Uninstall = `bash /www/panel/scripts/mysql/uninstall.sh 80`
Update = `echo "not support now"`
Update = `bash /www/panel/scripts/mysql/update.sh 80`
)
2 changes: 1 addition & 1 deletion config/panel.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ func init() {
config := facades.Config()
config.Add("panel", map[string]any{
"name": "耗子Linux面板",
"version": "v2.0.44",
"version": "v2.0.45",
})
}

0 comments on commit 4fcd65d

Please sign in to comment.