update default branch for setup script

This commit is contained in:
yusing 2024-09-17 03:54:55 +08:00
parent 4e5a8d0985
commit 409a18df38
2 changed files with 1 additions and 2 deletions

View file

@ -2,7 +2,7 @@
set -e set -e
if [ -z "$BRANCH" ]; then if [ -z "$BRANCH" ]; then
BRANCH="main" BRANCH="v0.5"
fi fi
BASE_URL="https://github.com/yusing/go-proxy/raw/${BRANCH}" BASE_URL="https://github.com/yusing/go-proxy/raw/${BRANCH}"
mkdir -p go-proxy mkdir -p go-proxy

View file

@ -1 +0,0 @@
0.5.0-rc3