Skip to content

Commit 0b7b4f6

Browse files
committed
chore: bump qoder-github-mcp-server version to 0.1.0-beta.1
1 parent 79adf51 commit 0b7b4f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup-qoder-github-mcp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ chmod +x "${TMP_INSTALLER}"
3737
echo "Running installer..."
3838

3939
set +e
40-
"${TMP_INSTALLER}" --version "0.1.0-beta" --install-dir "${BIN_DIR}" > "${INSTALL_LOG}" 2>&1
40+
"${TMP_INSTALLER}" --version "0.1.0-beta.1" --install-dir "${BIN_DIR}" > "${INSTALL_LOG}" 2>&1
4141
EXIT_CODE=$?
4242
set -e
4343

0 commit comments

Comments
 (0)