chore(release): Bumped to Version 14.85.1

## [14.85.1](https://github.com/frappe/erpnext/compare/v14.85.0...v14.85.1) (2025-04-10)

### Bug Fixes

* serial no validation for stock reconciliation ([c388b75](c388b7579c))

### Performance Improvements

* stock ageing report generation ([eaa2974](eaa297475f))
This commit is contained in:
Frappe PR Bot
2025-04-10 06:02:52 +00:00
parent efd34817be
commit 34d3f58149

View File

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