We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d0e59b commit 4635bdcCopy full SHA for 4635bdc
build.sh
@@ -8,7 +8,7 @@ echo "Using base URL: $BASE_URL"
8
9
# Version configuration - modify these arrays to specify versions to build
10
# 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"
+MAIN_VERSION="v0.11.0:latest"
12
VERSIONS=(
13
"main:latest" # latest version always builds from main
14
"v0.9.6:v0.9"
0 commit comments