From a06d705d754ed750fc94c5f50bc2d52976e98f71 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 27 Jun 2025 06:27:09 +0000 Subject: [PATCH] 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](https://github.com/frappe/erpnext/commit/1393100a6210a6badac930e6a074e1c1f47a096b)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 0cc35953104..8e557950052 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.86.3" +__version__ = "14.86.4" def get_default_company(user=None):