diff --git a/.github/workflows/ci-fresh-install.yml b/.github/workflows/ci-fresh-install.yml index a860d7f7..8ab3fbc6 100644 --- a/.github/workflows/ci-fresh-install.yml +++ b/.github/workflows/ci-fresh-install.yml @@ -40,7 +40,7 @@ concurrency: # fails with `version not found` instead of silently testing an older # binary. Bump together with the .xlings.json workspace pin at release. env: - MCPP_PIN: '2026.7.29.2' + MCPP_PIN: '2026.7.30.2' jobs: # ────────────────────────────────────────────────────────────────── diff --git a/.xlings.json b/.xlings.json index acd2b26d..1a688404 100644 --- a/.xlings.json +++ b/.xlings.json @@ -1,5 +1,5 @@ { "workspace": { - "mcpp": "2026.7.29.2" + "mcpp": "2026.7.30.2" } }