chore(release): Bumped to Version 15.10.8

## [15.10.8](https://github.com/frappe/erpnext/compare/v15.10.7...v15.10.8) (2024-01-29)

### Bug Fixes

* not able to save subcontracting purchase receipt (old flow) (backport [#39590](https://github.com/frappe/erpnext/issues/39590)) (backport [#39592](https://github.com/frappe/erpnext/issues/39592)) ([#39608](https://github.com/frappe/erpnext/issues/39608)) ([ff166e8](ff166e8104))
This commit is contained in:
Frappe PR Bot 2024-01-29 04:39:51 +00:00
parent ff166e8104
commit a3d4f63ba1

View File

@ -3,7 +3,7 @@ import inspect
import frappe
__version__ = "15.10.7"
__version__ = "15.10.8"
def get_default_company(user=None):