How do i update from erpnext 13.0.2 frappe 13.0.3 to the latest versions

Can anyone share the commands to upgrade my current installation to the latest release?

I’m currently on
erpnext 13.0.2
frappe 13.0.3

I tried using below steps but it didn’t help the purpose
bench switch-to-branch version-13 frappe erpnext --upgrade
bench update --patch
bench migrate
bench update --build

You only need to run bench update on a production environment to pull the latest releases.

If you’re already on v13, you don’t need to run switch-to-branch again.

2 Likes