From 409a18df38a0a4ed78541f7044eecbd9601a30bf Mon Sep 17 00:00:00 2001 From: yusing Date: Tue, 17 Sep 2024 03:54:55 +0800 Subject: [PATCH] update default branch for setup script --- setup-docker.sh | 2 +- version.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 version.txt diff --git a/setup-docker.sh b/setup-docker.sh index 3be91c6..55122d7 100644 --- a/setup-docker.sh +++ b/setup-docker.sh @@ -2,7 +2,7 @@ set -e if [ -z "$BRANCH" ]; then - BRANCH="main" + BRANCH="v0.5" fi BASE_URL="https://github.com/yusing/go-proxy/raw/${BRANCH}" mkdir -p go-proxy diff --git a/version.txt b/version.txt deleted file mode 100644 index 6b33462..0000000 --- a/version.txt +++ /dev/null @@ -1 +0,0 @@ -0.5.0-rc3 \ No newline at end of file