From 6917ff334717d7648533cfa35b6d59a650d0bc1a Mon Sep 17 00:00:00 2001 From: "arraykeys@gmail.com" Date: Fri, 21 Sep 2018 18:01:58 +0800 Subject: [PATCH] a --- README_ZH.md | 2 +- VERSION | 2 +- install_auto.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README_ZH.md b/README_ZH.md index c583f60..c2b00e7 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -183,7 +183,7 @@ curl -L https://raw.githubusercontent.com/snail007/goproxy/master/install_auto.s 下载地址:https://github.com/snail007/goproxy/releases ```shell cd /root/proxy/ -wget https://github.com/snail007/goproxy/releases/download/v6.1/proxy-linux-amd64.tar.gz +wget https://github.com/snail007/goproxy/releases/download/v6.2/proxy-linux-amd64.tar.gz ``` #### **2.下载自动安装脚本** ```shell diff --git a/VERSION b/VERSION index e8f1734..913671c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.1 \ No newline at end of file +6.2 \ No newline at end of file diff --git a/install_auto.sh b/install_auto.sh index 5202b6b..2823213 100755 --- a/install_auto.sh +++ b/install_auto.sh @@ -5,7 +5,7 @@ if [ -e /tmp/proxy ]; then fi mkdir /tmp/proxy cd /tmp/proxy -wget https://github.com/snail007/goproxy/releases/download/v6.1/proxy-linux-amd64.tar.gz +wget https://github.com/snail007/goproxy/releases/download/v6.2/proxy-linux-amd64.tar.gz # #install proxy tar zxvf proxy-linux-amd64.tar.gz