2026.1 not updating to 2026.2

Hi,

I’m running 2026.1.0-beta with Node v25.6.1 on an M2 Mac Mini. I have auto-updates enabled, but when I quit PS and restart it does not update to 2026.2. The health check seems to think it’s up to date, however:

(It also curiously reports that 2024.3.3-beta was the last build.) Am I doing the wrong thing to update?

Thanks,

Toby

Make sure you’re on the beta branch:

git stash -u # this will stash any changes you made
git pull
git checkout beta

(It’s not you, btw, it’s me: the v2026.1.0-beta release script accidentally pushed to the main branch – I was going to revert it, but v2026.1 was strictly better than the prior “stable” version, so I left it. The next or next-next release will be a proper stable release, and main will get updated to v2026.next at that point)

The online json that the updater code reads from needs a refresh, I’ll get to that tomorrow.

Thanks for the heads-up!

That did the trick. Thanks!

Toby