Skip to content

Commit

Permalink
ver: publish 1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mstxq17 committed Dec 29, 2023
1 parent aa0e51c commit 278f23e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ go install github.com/mstxq17/MoreFind@latest
```
方式二: 直接安装二进制文件
```bash
wget --no-check-certificate https://ghproxy.com/https://github.com/mstxq17/MoreFind/releases/download/v1.5.5/MoreFind_v1.5.5_`uname -s`_`uname -m`.tar.gz
wget --no-check-certificate https://ghproxy.com/https://github.com/mstxq17/MoreFind/releases/download/v1.5.6/MoreFind_v1.5.5_`uname -s`_`uname -m`.tar.gz
tar -xzvf MoreFind_v1.5.5_`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.5"
const VERSION string = "1.5.6"

0 comments on commit 278f23e

Please sign in to comment.