From 993890116b9e1bf07ac6e69d213ec31ebec90d25 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 18 Nov 2025 13:09:28 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.92.4 ## [14.92.4](https://github.com/frappe/erpnext/compare/v14.92.3...v14.92.4) (2025-11-18) ### Bug Fixes * current qty in stock reco ([5979683](https://github.com/frappe/erpnext/commit/5979683e8e45a9ae4b2b58db854707e40a9a6338)) * **process statement of accounts:** use date instead of formatted date ([1ef9471](https://github.com/frappe/erpnext/commit/1ef9471c79619f09c865a066a747cbd3fe8127f5)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 009af56869f..2e3d78dfe57 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.92.3" +__version__ = "14.92.4" def get_default_company(user=None):