How to identify version of site from database backup

I have a backup of database of a site, and want to identify the version of ERPNext that was used for that site. How do I check it from the database backup?

There was no obvious version table that I could look up.

1 Like

I am not aware and would like to know too.

In the code these indicate the version instance

https://github.com/frappe/erpnext/blob/master/erpnext/__init__.pyL#8

https://github.com/frappe/frappe/blob/master/frappe/__init__.pyL#17