Why is Frappe 14 coming with ERPNext 13?

I have followed the following guide

To install the ERPNext on Ubuntu, however, I am successful in installing the ERPNext but I have got the following versions!

erpnext 13.x.x-develop
frappe 14.x.x-develop

how to have frappe 13 with erpnext 13? which of my step is needs to be changed?

Thank you in anticipation.

1 Like

@abubakar please run bench switch-to-branch version-13

Then you’ll want to run
bench setup requirements
bench build

If you’ve already setup a site, you’ll want to reinstall it because the database schema won’t be accurate. WARNING: This will remove any data you’ve setup on ERPNext

bench --site SITE_NAME reinstall

1 Like

@dj12djdjs Thank you so much.

I would probably go for a fresh install.

Can you please confirm that while doing fresh install,

After
$ sudo pip3 install frappe-bench

This command
bench init --frappe-branch version-13 myfrappe

Will do the job for me and install v13 frappe version?

The label is misleading. fixed now

Yes, likewise for ERPNext bench get-app --branch version-13 erpnext

Thank you.