Skip to content

Commit

Permalink
bump version v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nopdan committed May 13, 2024
1 parent 97ac8e6 commit adad6ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,6 @@ jobs:
go env -w GOARCH=arm64
go build -ldflags="-s -w" -o ./bin/rose-darwin-arm64
# 使用 upx 压缩可执行文件
- name: Run UPX
uses: crazy-max/ghaction-upx@v2
with:
version: latest
files: |
./bin/*
args: -fq

- run: |
cp README.md bin/
cp CHANGELOG.md bin/
Expand Down
4 changes: 2 additions & 2 deletions cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ func Cmd() {
help()
case "version", "-v":
fmt.Printf("Go Version: %s %s/%s\n", runtime.Version(), runtime.GOOS, runtime.GOARCH)
fmt.Printf("Rose Version: v1.3.1\n")
fmt.Printf("Author: nopdan <me@nopdan.com>\n")
fmt.Printf("Rose Version: v1.3.2\n")
fmt.Printf("Author: nopdan <xci@live.com>\n")
case "server":
port := 7800
if len(os.Args) > 2 {
Expand Down

0 comments on commit adad6ed

Please sign in to comment.