Skip to content

Commit

Permalink
feat: bump v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
devhaozi committed May 23, 2024
1 parent 07dfcd7 commit 367348e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ release:
- build
- fetch
image:
name: goreleaser/goreleaser:nightly
name: goreleaser/goreleaser
entrypoint: [ '' ]
only:
- tags
Expand All @@ -87,4 +87,6 @@ release:
# generate a changelog.
GIT_DEPTH: 0
script:
- sed -i 's/dl-cdn.alpinelinux.org/mirror.sjtu.edu.cn/g' /etc/apk/repositories
- apk add --no-cache upx
- goreleaser release --clean
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.2.1",
"version": "v2.2.2",
"ssl": config.Env("APP_SSL", false),
})
}

0 comments on commit 367348e

Please sign in to comment.