update readme

This commit is contained in:
yusing
2025-01-31 03:33:20 +08:00
parent 98443be80c
commit 10a0a8fe09
4 changed files with 13 additions and 16 deletions

View File

@@ -12,7 +12,7 @@ import (
)
var (
branch = common.GetEnvString("BRANCH", "v0.8")
branch = common.GetEnvString("BRANCH", "v0.9")
baseURL = "https://github.com/yusing/go-proxy/raw/" + branch
requiredConfigs = []Config{
{common.ConfigBasePath, true, false, ""},