Says upgrade available but admin/upgrade says none

Hello,

Admin panel current has version 2.4.0.beta7 and says there is an upgrade available to 2.9.0.beta4.

When I click “upgrade” admin/upgrade pays says 2.4.0.beta7 is the latest.
I have tried SSH rebuild app but it doesnt fix anything.

Any ideas?

TIA,
David

If you did a ./launcher rebuild app and there were no errors and your site is still on 2.4.x then it sounds like you rebuilt the wrong site, though you might try doing a

cd /var/discourse
git pull
git checkout main
./launcher rebuild app

If you view source on your site, does it show 2.4.0.beta7 in the meta generator tag?