From 278f23e260bb331a7c2672c267d7d91420133477 Mon Sep 17 00:00:00 2001 From: mstxq17 <154380808@qq.com> Date: Fri, 29 Dec 2023 14:04:51 +0800 Subject: [PATCH] ver: publish 1.5.6 --- README.md | 2 +- vars/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 00ba3a9..03fc032 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/vars/version.go b/vars/version.go index a090a3c..d64d103 100644 --- a/vars/version.go +++ b/vars/version.go @@ -2,4 +2,4 @@ package vars // VERSION number // 版本号 -const VERSION string = "1.5.5" +const VERSION string = "1.5.6"