How to Install ERPNext in Specific Release in V13?

Hi All,

I want to install “Frappe &ERPNext” in a specific release,
in my case v13.13.0

When I ran this command:
bench init /home/frappe/frappe-bench --frappe-path https://github.com/frappe/frappe --frappe-branch version-13


it directly installed the last version of v13 "13.59" and I want "13.13.0".
Thank you in advance.

Use this one

bench get-app erpnext --branch v13.13.0

1 Like

Firstly, Thank you for your response.

Secondly, what about frappe?

Is there any thing doing can done in this command?
bench init /home/frappe/frappe-bench --frappe-path https://github.com/frappe/frappe --frappe-branch version-13