Skip to content

Commit

Permalink
ci: 修复错误
Browse files Browse the repository at this point in the history
  • Loading branch information
devhaozi committed Oct 16, 2023
1 parent 07c4083 commit 1dbf2ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ variables:
stages:
- prepare
- build
- release

golangci_lint:
stage: prepare
Expand Down
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.54",
"version": "v2.0.55",
})
}

0 comments on commit 1dbf2ea

Please sign in to comment.