chore(release): Bumped to Version 14.86.4

## [14.86.4](https://github.com/frappe/erpnext/compare/v14.86.3...v14.86.4) (2025-06-27)

### Bug Fixes

* do not allow backdated transactions against serial numbers. ([#48281](https://github.com/frappe/erpnext/issues/48281)) ([1393100](1393100a62))
This commit is contained in:
Frappe PR Bot
2025-06-27 06:27:09 +00:00
parent 9e3e3182f2
commit a06d705d75

View File

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