chore(release): Bumped to Version 14.85.8

## [14.85.8](https://github.com/frappe/erpnext/compare/v14.85.7...v14.85.8) (2025-05-13)

### Bug Fixes

* broken test suite due to incorrect OR filter ([949ed59](949ed59f84))
* ignore "Account Closing Balance" doctype on Period Closing Voucher cancellation ([a04feff](a04feff264))
* typo in event.js ([2389fd5](2389fd5145))
* warning message for COGS account in the stock entry ([1bbbd26](1bbbd261cb))
This commit is contained in:
Frappe PR Bot
2025-05-13 14:02:11 +00:00
parent 9d36166616
commit 271d0a301f

View File

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