diff --git a/install_auto.sh b/install_auto.sh index 4eb34a2..64376d9 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/v4.9/proxy-linux-amd64.tar.gz +wget https://github.com/snail007/goproxy/releases/download/v5.0/proxy-linux-amd64.tar.gz # #install proxy tar zxvf proxy-linux-amd64.tar.gz diff --git a/main.go b/main.go index 6bf8f13..befdb93 100644 --- a/main.go +++ b/main.go @@ -9,7 +9,7 @@ import ( "github.com/snail007/goproxy/services" ) -const APP_VERSION = "4.9" +const APP_VERSION = "5.0" func main() { err := initConfig() diff --git a/release.sh b/release.sh index 9747785..dc969c8 100755 --- a/release.sh +++ b/release.sh @@ -1,5 +1,5 @@ #!/bin/bash -VER="4.9" +VER="5.0" RELEASE="release-${VER}" rm -rf .cert mkdir .cert