From de97b0ec16a4d7d9ba5ec0b563f57231373b38df Mon Sep 17 00:00:00 2001 From: Xin <5097752+imfing@users.noreply.github.com> Date: Fri, 15 Aug 2025 14:47:27 +0800 Subject: [PATCH] chore(build): bump main doc version to v0.10.1 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 9204002..3e9a24d 100755 --- a/build.sh +++ b/build.sh @@ -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.10.0:latest" +MAIN_VERSION="v0.10.1:latest" VERSIONS=( "main:latest" # latest version always builds from main "v0.9.6:v0.9"