chore(release): Bumped to Version 14.78.8

## [14.78.8](https://github.com/frappe/erpnext/compare/v14.78.7...v14.78.8) (2025-01-03)

### Bug Fixes

* BOM cost update issue ([4977843](49778432ea))
* removed unused code ([9efc1de](9efc1de40e))
* slow stock transactions (backport [#45025](https://github.com/frappe/erpnext/issues/45025)) ([#45026](https://github.com/frappe/erpnext/issues/45026)) ([b7509e3](b7509e326e))
This commit is contained in:
Frappe PR Bot
2025-01-03 01:21:42 +00:00
parent 9e60f67d25
commit 1f39bb9c7a

View File

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