Best way to upgrade Frape Framework to latest bleeding edge version

I am using Frappe Framework to build a custom app.

Currently I am using FF 14.x.

I want to upgrade my FF to the latest bleeding edge version (version15-beta or Developer).

How can I achieve this?

TIA

Yogi Yang

From your bench folder run

bench switch-to-develop

This will switch Frappe and ERPNext to the develop branch

1 Like

Hi @YogiYang,

Adding @kevingee answer,
You can also use the command:

// For develop branch
bench switch-to-branch frappe erpnext develop

// For version-15-beta
bench switch-to-branch frappe erpnext version-15-beta

Thank You!

2 Likes