Skip to content

Commit 4635bdc

Browse files
committed
chore: update main version to v0.11.0 in build script
1 parent 6d0e59b commit 4635bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ echo "Using base URL: $BASE_URL"
88

99
# Version configuration - modify these arrays to specify versions to build
1010
# Format: "ref:display_name" (ref can be tag, branch, or commit hash, display name is what will appear in URL)
11-
MAIN_VERSION="v0.10.1:latest"
11+
MAIN_VERSION="v0.11.0:latest"
1212
VERSIONS=(
1313
"main:latest" # latest version always builds from main
1414
"v0.9.6:v0.9"

0 commit comments

Comments
 (0)