chore(build): update MAIN_VERSION to v0.10.0 in build script

This commit is contained in:
Xin
2025-08-15 00:07:57 +08:00
parent ec007d73c0
commit 776c758825

View File

@@ -8,7 +8,7 @@ echo "Using base URL: $BASE_URL"
# Version configuration - modify these arrays to specify versions to build
# Format: "ref:display_name" (ref can be tag, branch, or commit hash, display name is what will appear in URL)
MAIN_VERSION="v0.9.6:latest"
MAIN_VERSION="v0.10.0:latest"
VERSIONS=(
"main:latest" # latest version always builds from main
"v0.9.6:v0.9"