Skip to content

Commit

Permalink
docs: revise version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mstxq17 committed Nov 7, 2023
1 parent 89b75a0 commit 4c04767
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ go install github.com/mstxq17/MoreFind@latest
```
方式二: 直接安装二进制文件
```bash
wget --no-check-certificate https://ghproxy.com/https://github.com/mstxq17/MoreFind/releases/download/v1.5.2/MoreFind_v1.5.2_`uname -s`_`uname -m`.tar.gz
tar -xzvf MoreFind_v1.5.2_`uname -s`_`uname -m`.tar.gz
wget --no-check-certificate https://ghproxy.com/https://github.com/mstxq17/MoreFind/releases/download/v1.5.3/MoreFind_v1.5.3_`uname -s`_`uname -m`.tar.gz
tar -xzvf MoreFind_v1.5.3_`uname -s`_`uname -m`.tar.gz
sudo mv ./MoreFind /usr/bin/MoreFind && chmod +x /usr/bin/MoreFind
```

Expand Down
2 changes: 1 addition & 1 deletion vars/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ package vars

// VERSION number
// 版本号
const VERSION string = "1.5.2"
const VERSION string = "1.5.3"

0 comments on commit 4c04767

Please sign in to comment.