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 79adf51 commit 0b7b4f6Copy full SHA for 0b7b4f6
scripts/setup-qoder-github-mcp.sh
@@ -37,7 +37,7 @@ chmod +x "${TMP_INSTALLER}"
37
echo "Running installer..."
38
39
set +e
40
-"${TMP_INSTALLER}" --version "0.1.0-beta" --install-dir "${BIN_DIR}" > "${INSTALL_LOG}" 2>&1
+"${TMP_INSTALLER}" --version "0.1.0-beta.1" --install-dir "${BIN_DIR}" > "${INSTALL_LOG}" 2>&1
41
EXIT_CODE=$?
42
set -e
43
0 commit comments