Skip to content

Commit

Permalink
feat: 发布 v2.1.38
Browse files Browse the repository at this point in the history
  • Loading branch information
devhaozi committed Jan 12, 2024
1 parent 52aaadb commit 9375860
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/console/commands/panel.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ import (
"github.com/goravel/framework/facades"
"github.com/goravel/framework/support/carbon"
"github.com/spf13/cast"
"panel/internal"

"panel/app/models"
"panel/internal"
"panel/internal/services"
"panel/pkg/tools"
)
Expand Down
2 changes: 1 addition & 1 deletion config/panel.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ func init() {
config := facades.Config()
config.Add("panel", map[string]any{
"name": "耗子 Linux 面板",
"version": "v2.1.37",
"version": "v2.1.38",
"ssl": config.Env("APP_SSL", false),
})
}

0 comments on commit 9375860

Please sign in to comment.