How to update to 2.0.1?

I get a prompt that an update is available, but git says I’m up to date:

Screenshot 2024-09-29 at 11.42.00 AM

How can I get version 2.0.1?

Now I can edit pages via portal, but I have lost edit buttons/functions.

After digging deeper, some where along the way Frappe Dev team changed the content field from ‘HTML Editor’ to ‘markdown editor’. This is a bit of a bummer as I preferred HTML editor as we could paste rich content into the page.

have you tried the below command?

bench update

first, take a backup and apply the command.

I’ve tried a few variations throughout my troubleshooting, like:

bench update --pull
bench update --patch
bench update-app wiki
bench update --reset --apps wiki
bench update

Only use the

bench update

also check the version

bench version