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 12, 2023
1 parent d01e122 commit 7fb4572
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.4/MoreFind_v1.5.4_`uname -s`_`uname -m`.tar.gz
tar -xzvf MoreFind_v1.5.4_`uname -s`_`uname -m`.tar.gz
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
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.4"
const VERSION string = "1.5.5"

0 comments on commit 7fb4572

Please sign in to comment.